提交 d275ff56 编写于 作者: M mz0 提交者: wangzelin.wzl

Fix miss assignment of ret

上级 651b68ec
......@@ -366,6 +366,7 @@ int ObBackupInfoMgr::get_restore_status_from_cache(const uint64_t tenant_id, Phy
ObPhysicalRestoreJob& cur_job = cur_restore_job_->at(i);
if (cur_job.tenant_id_ == tenant_id) {
status = cur_job.status_;
ret = OB_SUCCESS;
break;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册