[SCN] modify missing scenes

This commit is contained in:
obdev
2022-11-28 02:48:01 +00:00
committed by ob-robot
parent ac437d2f56
commit 68151eb87a
217 changed files with 2178 additions and 1196 deletions

View File

@ -94,7 +94,7 @@ public:
memtable::ObMemtable *&memtable,
const memtable::MultiSourceDataUnitType type) const;
int release_memtables(const int64_t log_ts);
int release_memtables(const palf::SCN &scn);
// force release all memtables
// WARNING: this will release all the ref of memtable, make sure you will not use it again.
int release_memtables();