fix allocator in merge iter

This commit is contained in:
obdev
2024-02-09 05:02:42 +00:00
committed by ob-robot
parent 1dfe650980
commit f7663e5f25

View File

@ -1179,7 +1179,7 @@ int ObPartitionMicroMergeIter::get_curr_range(ObDatumRange &range) const
*/ */
ObPartitionMinorRowMergeIter::ObPartitionMinorRowMergeIter(common::ObIAllocator &allocator) ObPartitionMinorRowMergeIter::ObPartitionMinorRowMergeIter(common::ObIAllocator &allocator)
: ObPartitionMergeIter(allocator), : ObPartitionMergeIter(allocator),
obj_copy_allocator_("MinorMergeObj", OB_MALLOC_MIDDLE_BLOCK_SIZE, ObCtxIds::MERGE_NORMAL_CTX_ID), obj_copy_allocator_("MinorMergeObj", OB_MALLOC_MIDDLE_BLOCK_SIZE, MTL_ID(), ObCtxIds::MERGE_NORMAL_CTX_ID),
nop_pos_(), nop_pos_(),
row_queue_(), row_queue_(),
check_committing_trans_compacted_(true), check_committing_trans_compacted_(true),