[bugfix] fix error print

This commit is contained in:
obdev
2022-11-30 12:05:44 +00:00
committed by ob-robot
parent ab7831f063
commit 07dbfbc4db
7 changed files with 10 additions and 9 deletions

View File

@ -1238,7 +1238,6 @@ int ObLogHandler::get_max_decided_scn(SCN &scn)
ret = OB_SUCCESS;
if (min_unapply_scn > SCN::base_scn()) {
scn = SCN::scn_dec(min_unapply_scn);
ret = OB_SUCCESS;
} else {
scn.set_min();
}