[CP] tableapi query_and_mutate & batch atomic & select all column default & is/is_not

This commit is contained in:
obdev
2023-02-21 13:17:29 +00:00
committed by ob-robot
parent 36a33d63c8
commit 37cb2f29ae
52 changed files with 4852 additions and 1506 deletions

View File

@ -389,8 +389,8 @@ int ObServer::init(const ObServerOptions &opts, const ObPLogWriterCfg &log_cfg)
LOG_ERROR("init table store stat mgr failed", KR(ret));
} else if (OB_FAIL(ObCompatModeGetter::instance().init(&sql_proxy_))) {
LOG_ERROR("init get compat mode server failed",KR(ret));
} else if (OB_FAIL(table_service_.init(gctx_))) {
LOG_ERROR("init table service failed", KR(ret));
} else if (OB_FAIL(table_service_.init())) {
LOG_ERROR("init table service failed", KR(ret));
} else if (OB_FAIL(ObTimerMonitor::get_instance().init())) {
LOG_ERROR("init timer monitor failed", KR(ret));
} else if (OB_FAIL(ObBGThreadMonitor::get_instance().init())) {