Replace memtable pointer with ObTableHandleV2 and use LSHandle in ObMemtable

This commit is contained in:
obdev
2022-12-30 06:38:13 +00:00
committed by ob-robot
parent d1453a1695
commit 976cfca700
15 changed files with 182 additions and 91 deletions

View File

@ -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;