未验证 提交 6098a414 编写于 作者: R richie 提交者: GitHub

Update ob_server.cpp (#845)

上级 b6b7da6b
......@@ -261,7 +261,7 @@ int ObServer::init(const ObServerOptions& opts, const ObPLogWriterCfg& log_cfg)
} else if (OB_FAIL(init_sql())) {
LOG_ERROR("init sql fail", K(ret));
} else if (OB_FAIL(init_sql_runner())) {
LOG_ERROR("init sql fail", K(ret));
LOG_ERROR("init sql runner fail", K(ret));
} else if (OB_FAIL(init_sequence())) {
LOG_ERROR("init sequence fail", K(ret));
} else if (OB_FAIL(init_pl())) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册