[FEAT MERGE] 4.x Dup Table
Co-authored-by: Minionyh <minions.yh@gmail.com> Co-authored-by: BinChenn <binchenn.bc@gmail.com> Co-authored-by: ChangerR <dingjinchengyx@163.com>
This commit is contained in:
@ -64,7 +64,8 @@ int ObLogFlashbackService::get_ls_list_(const uint64_t tenant_id,
|
||||
share::ObLSStatusInfo ls_status;
|
||||
int64_t palf_id = -1;
|
||||
palf_handle.get_palf_id(palf_id);
|
||||
if (OB_FAIL(ls_status.init(tenant_id, share::ObLSID(palf_id), 1, share::ObLSStatus::OB_LS_NORMAL, 1, "z1"))) {
|
||||
share::ObLSFlag flag(share::ObLSFlag::NORMAL_FLAG);
|
||||
if (OB_FAIL(ls_status.init(tenant_id, share::ObLSID(palf_id), 1, share::ObLSStatus::OB_LS_NORMAL, 1, "z1", flag))) {
|
||||
CLOG_LOG(WARN, "ls_status init failed", K(ret), K(palf_id));
|
||||
} else if (OB_FAIL(ls_array.push_back(ls_status))) {
|
||||
CLOG_LOG(WARN, "ls_array push_back failed", K(ret), K(palf_id));
|
||||
|
||||
Reference in New Issue
Block a user