[4.x] replace get_first_memtable to get_first_nonempty_memtable in ObTablet::get_rec_log_scn

This commit is contained in:
obdev
2022-12-13 03:38:10 +00:00
committed by ob-robot
parent c663ca5153
commit e297460c69
3 changed files with 36 additions and 12 deletions

View File

@ -73,7 +73,7 @@ public:
virtual int get_active_memtable(ObTableHandleV2 &handle) const;
virtual int get_first_memtable(ObTableHandleV2 &handle) const;
virtual int get_first_nonempty_memtable(ObTableHandleV2 &handle) const;
virtual int get_all_memtables(ObTableHdlArray &handle);