update process_query_time of inner sql

This commit is contained in:
obdev 2022-10-25 18:01:39 +08:00 committed by wangzelin.wzl
parent 7205374e60
commit f389daf9b7

View File

@ -589,6 +589,7 @@ int ObInnerSQLConnection::do_query(sqlclient::ObIExecutor &executor, ObInnerSQLR
// restore有自己的inner_sql_connection,sql_modifier不为null
bool is_restore = NULL != sql_modifier_;
res.sql_ctx().is_restore_ = is_restore;
get_session().set_process_query_time(ObTimeUtility::current_time());
if (!inited_) {
ret = OB_NOT_INIT;
LOG_WARN("not init", K(ret));