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

fix table load px commit

上级 e785ebb4
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册