diff --git a/src/storage/ob_partition_store.cpp b/src/storage/ob_partition_store.cpp index 616d2a411ac8921257eb432f1e34c4706c008ca0..c9ba10da62a7285183e34c697fdead13fe4fd94b 100644 --- a/src/storage/ob_partition_store.cpp +++ b/src/storage/ob_partition_store.cpp @@ -3419,8 +3419,8 @@ int ObPartitionStore::inner_remove_uncontinues_inc_tables(ObMultiVersionTableSto K(*pg_memtable_mgr_), K(pg_memtable_mgr_->get_memtable_count()), K(param), - K(*new_table_store), - K(*param.table_)); + KPC(new_table_store), + KPC(param.table_)); new_table_store = NULL; } }