[BUG.FIX] fix -4016 issue when loading tablet

This commit is contained in:
Tyshawn
2023-10-18 03:13:55 +00:00
committed by ob-robot
parent 9688e0d157
commit eb7a594855
13 changed files with 32 additions and 22 deletions

View File

@ -82,10 +82,12 @@ void ObLockMemtableMgr::reset()
int ObLockMemtableMgr::create_memtable(const SCN clog_checkpoint_scn,
const int64_t schema_version,
const SCN newest_clog_checkpoint_scn,
const bool for_replay)
{
UNUSED(clog_checkpoint_scn);
UNUSED(schema_version);
UNUSED(newest_clog_checkpoint_scn);
UNUSED(for_replay);
int ret = OB_SUCCESS;