Replace memtable pointer with ObTableHandleV2 and use LSHandle in ObMemtable
This commit is contained in:
@ -211,10 +211,10 @@ int ObIMemtableMgr::get_multi_source_data_unit(
|
||||
}
|
||||
|
||||
int ObIMemtableMgr::get_memtable_for_multi_source_data_unit(
|
||||
memtable::ObMemtable *&memtable,
|
||||
ObTableHandleV2 &handle,
|
||||
const memtable::MultiSourceDataUnitType type) const
|
||||
{
|
||||
UNUSED(memtable);
|
||||
UNUSED(handle);
|
||||
UNUSED(type);
|
||||
int ret = OB_NOT_SUPPORTED;
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user