Fix memstore not release after table refresh
This commit is contained in:
@ -39,9 +39,9 @@ ObMultipleSkipScanMerge::~ObMultipleSkipScanMerge()
|
||||
}
|
||||
|
||||
int ObMultipleSkipScanMerge::init(
|
||||
const ObTableAccessParam ¶m,
|
||||
ObTableAccessParam ¶m,
|
||||
ObTableAccessContext &context,
|
||||
const ObGetTableParam &get_table_param)
|
||||
ObGetTableParam &get_table_param)
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
context.range_allocator_ = &range_allocator_;
|
||||
|
Reference in New Issue
Block a user