提交 e0f9403d 编写于 作者: O obdev 提交者: ob-robot

Fix code error in ls archive task init

上级 2b5d8922
......@@ -531,7 +531,7 @@ void ObLSArchiveTask::ArchiveDest::init(const LSN &piece_min_lsn,
LogFileTuple tmp_tuple(lsn, max_archived_scn, piece);
LogFileTuple tuple;
if (max_archived_info_.is_valid()) {
tuple = std::max(tuple, max_archived_info_);
tuple = std::max(tmp_tuple, max_archived_info_);
} else {
tuple = tmp_tuple;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册