[FEAT MERGE] Phase one of 3A project
Co-authored-by: rolandqi <qikai456@126.com> Co-authored-by: yangzhifeng <yangzhifeng83@gmail.com>
This commit is contained in:
@ -124,7 +124,7 @@ void ObPxTaskProcess::run()
|
||||
|
||||
int ObPxTaskProcess::process()
|
||||
{
|
||||
ObActiveSessionGuard::get_stat().in_px_execution_ = true;
|
||||
ACTIVE_SESSION_FLAG_SETTER_GUARD(in_px_execution);
|
||||
int ret = OB_SUCCESS;
|
||||
common::ob_setup_default_tsi_warning_buffer();
|
||||
common::ob_reset_tsi_warning_buffer();
|
||||
@ -230,7 +230,6 @@ int ObPxTaskProcess::process()
|
||||
ObSQLUtils::handle_audit_record(false, EXECUTE_DIST, *session);
|
||||
}
|
||||
release();
|
||||
ObActiveSessionGuard::get_stat().in_px_execution_ = false;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user