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

@ -248,7 +248,7 @@ public:
ObIAllocator *allocator = nullptr) const;
virtual int get_memtable_for_multi_source_data_unit(
memtable::ObMemtable *&memtable,
ObTableHandleV2 &handle,
const memtable::MultiSourceDataUnitType type) const;
int release_memtables(const share::SCN &scn);