reset spm ctx before batched multi stmt fallback to execute one by one
This commit is contained in:
@ -498,6 +498,7 @@ int ObMPQuery::process_single_stmt(const ObMultiStmtItem &multi_stmt_item,
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
FLTSpanGuard(mpquery_single_stmt);
|
||||
ctx_.spm_ctx_.reset();
|
||||
bool need_response_error = true;
|
||||
const bool enable_trace_log = lib::is_trace_log_enabled();
|
||||
session.get_raw_audit_record().request_memory_used_ = 0;
|
||||
|
||||
Reference in New Issue
Block a user