delete old mds code
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user