[4.x] replace get_first_memtable to get_first_nonempty_memtable in ObTablet::get_rec_log_scn
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user