fix checkpoint_mgr some problems

This commit is contained in:
obdev
2023-01-10 10:11:54 +00:00
committed by ob-robot
parent 2e53238aa9
commit 15a782fe2b
9 changed files with 113 additions and 37 deletions

View File

@ -91,7 +91,7 @@ public:
{}
~TestMemtable()
{
ObFreezeCheckpoint::remove_from_data_checkpoint(true);
ObFreezeCheckpoint::remove_from_data_checkpoint();
}
void set_rec_scn(share::SCN rec_scn)