[FEAT MERGE]
Co-authored-by: cqliang1995 <cq.liang@outlook.com> Co-authored-by: qingsuijiu <642782632@qq.com> Co-authored-by: yaojing624 <jingfeng.jf@oceanbase.com>
This commit is contained in:
@ -135,6 +135,16 @@ OB_DEF_DESERIALIZE(ObDASRemoteInfo)
|
||||
// }
|
||||
// EVENT_INC(ACTIVE_SESSIONS);
|
||||
}
|
||||
|
||||
if (OB_FAIL(ret)) {
|
||||
} else if (OB_FAIL(des_exec_ctx->get_my_session()->set_session_state(QUERY_ACTIVE))) {
|
||||
LOG_WARN("set session state failed", K(ret));
|
||||
} else if (OB_FAIL(des_exec_ctx->get_my_session()->store_query_string(
|
||||
ObString::make_string("DAS REMOTE SCHEDULING")))) {
|
||||
LOG_WARN("store query string failed", K(ret));
|
||||
} else {
|
||||
des_exec_ctx->get_my_session()->set_mysql_cmd(obmysql::COM_QUERY);
|
||||
}
|
||||
}
|
||||
OZ(exec_ctx_->create_physical_plan_ctx());
|
||||
if (OB_SUCC(ret) && has_expr_) {
|
||||
|
||||
Reference in New Issue
Block a user