fix allocator in merge iter
This commit is contained in:
parent
1dfe650980
commit
f7663e5f25
@ -1179,7 +1179,7 @@ int ObPartitionMicroMergeIter::get_curr_range(ObDatumRange &range) const
|
||||
*/
|
||||
ObPartitionMinorRowMergeIter::ObPartitionMinorRowMergeIter(common::ObIAllocator &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_(),
|
||||
row_queue_(),
|
||||
check_committing_trans_compacted_(true),
|
||||
|
Loading…
x
Reference in New Issue
Block a user