[CP] fix: fix the core induced by spf batch rescan

This commit is contained in:
obdev
2023-12-14 15:17:31 +00:00
committed by ant-ob-hengtang
parent e250ff7f6d
commit 07edb2482e
8 changed files with 25 additions and 1 deletions

View File

@ -895,6 +895,7 @@ int ObOptimizerTraceImpl::trace_parameters()
//for tenant parameters
TRACE_PARAMETER(_rowsets_enabled, bool);
TRACE_PARAMETER(_enable_px_batch_rescan, bool);
TRACE_PARAMETER(_enable_spf_batch_rescan, bool);
TRACE_PARAMETER(_hash_join_enabled, bool);
TRACE_PARAMETER(_optimizer_sortmerge_join_enabled, bool);
TRACE_PARAMETER(_nested_loop_join_enabled, bool);