fix allocator in merge iter
This commit is contained in:
@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user