clean some TODOs about ObScnRange && FreezeInfo

This commit is contained in:
obdev
2022-11-28 02:26:13 +00:00
committed by ob-robot
parent 97a2a94d7c
commit 89c7502360
27 changed files with 92 additions and 111 deletions

View File

@ -970,7 +970,7 @@ int ObTabletMergeFinishTask::add_sstable_for_merge(ObTabletMergeCtx &ctx)
update_storage_schema,
ctx.rebuild_seq_,
ctx.param_.is_major_merge(),
clog_checkpoint_scn.get_val_for_inner_table_field(),
clog_checkpoint_scn,
ctx.param_.is_mini_minor_merge());
ObTablet *old_tablet = ctx.tablet_handle_.get_obj();
ObTabletHandle new_tablet_handle;