提交 bb6dd9d0 编写于 作者: L LiuYoung00 提交者: ob-robot

[CP] fixed prexecute set_session_active

上级 313246f2
......@@ -219,7 +219,7 @@ int ObMPStmtPrexecute::before_process()
get_ctx().is_prepare_stage_ = true;
if (OB_FAIL(result.init())) {
LOG_WARN("result set init failed", K(ret));
} else if (OB_FAIL(ObMPBase::set_session_active(sql_, *session,
} else if (OB_FAIL(ObMPBase::set_session_active(sql_, *session, ObTimeUtil::current_time(),
obmysql::ObMySQLCmd::COM_STMT_PREPARE))) {
LOG_WARN("fail to set session active", K(ret));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册