From 23ca02d9c4d714ab70175eeac130b4a6c9e58430 Mon Sep 17 00:00:00 2001 From: wudidapaopao <664920313@qq.com> Date: Fri, 8 Dec 2023 02:43:16 +0000 Subject: [PATCH] [CP] fix sanity crash when printing log --- src/storage/access/ob_index_tree_prefetcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/access/ob_index_tree_prefetcher.h b/src/storage/access/ob_index_tree_prefetcher.h index 52c1fab5f..2d47924b3 100644 --- a/src/storage/access/ob_index_tree_prefetcher.h +++ b/src/storage/access/ob_index_tree_prefetcher.h @@ -393,7 +393,7 @@ public: K_(is_prefetch_end), K_(cur_range_fetch_idx), K_(cur_range_prefetch_idx), K_(max_range_prefetching_cnt), K_(cur_micro_data_fetch_idx), K_(micro_data_prefetch_idx), K_(max_micro_handle_cnt), K_(iter_type), K_(cur_level), K_(index_tree_height), K_(prefetch_depth), - K_(total_micro_data_cnt), KP_(query_range), K_(border_rowkey), K_(tree_handle_cap), + K_(total_micro_data_cnt), KP_(query_range), K_(tree_handle_cap), K_(can_blockscan), K_(need_check_prefetch_depth), K(ObArrayWrap(tree_handles_, index_tree_height_))); protected: