fix create memtable during replay corner case
This commit is contained in:
@ -109,7 +109,7 @@ int ObLSTabletService::insert_tablet_rows(
|
||||
return ret;
|
||||
}
|
||||
|
||||
int ObStorageTableGuard::refresh_and_protect_table(ObRelativeTable &relative_table)
|
||||
int ObStorageTableGuard::refresh_and_protect_memtable_for_write(ObRelativeTable &relative_table)
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
ObTabletTableIterator &iter = relative_table.tablet_iter_;
|
||||
|
||||
Reference in New Issue
Block a user