From edc8347c47014b3d54c5b1f2a7e92fba7e20e8cc Mon Sep 17 00:00:00 2001 From: godyangfight Date: Mon, 17 Jan 2022 10:31:20 +0800 Subject: [PATCH] Fix remove inner_remove_uncontinues_inc_tables print log core --- src/storage/ob_partition_store.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/storage/ob_partition_store.cpp b/src/storage/ob_partition_store.cpp index 616d2a411..c9ba10da6 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; } } -- GitLab