Add virtual table Query_Response_Time

This commit is contained in:
LINxiansheng
2022-06-24 10:30:35 +08:00
committed by wangzelin.wzl
parent e99cf210e6
commit 10041293f1
35 changed files with 977 additions and 10 deletions

View File

@ -206,6 +206,7 @@ int ObPxTaskProcess::process()
audit_record.exec_record_ = exec_record;
// Accumulated time of update phase
audit_record.tenant_id_=session->get_effective_tenant_id();
audit_record.update_stage_stat();
ObSQLUtils::handle_audit_record(false, EXECUTE_DIST, *session, *arg_.exec_ctx_);