fix table load px commit

This commit is contained in:
obdev
2023-03-08 03:44:04 +00:00
committed by ob-robot
parent e785ebb482
commit 396ce00ff5

View File

@ -351,6 +351,8 @@ int ObTableLoadInstance::px_commit_ddl()
LOG_WARN("fail to init coordinator", KR(ret));
} else if (OB_FAIL(coordinator.px_commit_ddl(*session_info_))) {
LOG_WARN("fail to do px_commit_ddl", KR(ret));
} else {
is_committed_ = true;
}
}
return ret;