clear some TODOs about SCN at storage layer

This commit is contained in:
obdev
2022-11-28 02:10:24 +00:00
committed by ob-robot
parent 9842295897
commit caf3220c8c
17 changed files with 35 additions and 48 deletions

View File

@ -1632,7 +1632,7 @@ int ObPartitionIncrementalRangeSpliter::ObIncrementalIterator::prepare_table_acc
if (OB_FAIL(tbl_xs_ctx_.init(query_flag, store_ctx_, allocator_, allocator_, scan_version_range))) {
STORAGE_LOG(WARN, "Failed to init table access context", KR(ret));
} else {
tbl_xs_ctx_.merge_log_ts_ = merge_ctx_.merge_scn_;
tbl_xs_ctx_.merge_scn_ = merge_ctx_.merge_scn_;
}
return ret;
}