delete old mds code

This commit is contained in:
obdev
2023-07-11 14:13:59 +00:00
committed by ob-robot
parent 23c85a3598
commit a8fed65b7a
23 changed files with 33 additions and 1280 deletions

View File

@ -203,26 +203,6 @@ int ObIMemtableMgr::release_memtables()
return ret;
}
int ObIMemtableMgr::get_multi_source_data_unit(
ObIMultiSourceDataUnit *const multi_source_data_unit,
ObIAllocator *allocator) const
{
UNUSED(multi_source_data_unit);
UNUSED(allocator);
int ret = OB_NOT_SUPPORTED;
return ret;
}
int ObIMemtableMgr::get_memtable_for_multi_source_data_unit(
ObTableHandleV2 &handle,
const memtable::MultiSourceDataUnitType type) const
{
UNUSED(handle);
UNUSED(type);
int ret = OB_NOT_SUPPORTED;
return ret;
}
int ObIMemtableMgr::init(
const ObTabletID &tablet_id,
const share::ObLSID &ls_id,