mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Merge branch '10.1' into 10.2
This commit is contained in:
@@ -3325,6 +3325,7 @@ mysql_execute_command(THD *thd)
|
||||
goto error;
|
||||
}
|
||||
}
|
||||
thd->transaction.stmt.mark_trans_did_ddl();
|
||||
}
|
||||
|
||||
#ifndef DBUG_OFF
|
||||
@@ -7456,8 +7457,7 @@ void THD::reset_for_next_command()
|
||||
if (!thd->in_multi_stmt_transaction_mode())
|
||||
{
|
||||
thd->variables.option_bits&= ~OPTION_KEEP_LOG;
|
||||
thd->transaction.all.modified_non_trans_table= FALSE;
|
||||
thd->transaction.all.m_unsafe_rollback_flags&= ~THD_TRANS::DID_WAIT;
|
||||
thd->transaction.all.reset();
|
||||
}
|
||||
DBUG_ASSERT(thd->security_ctx== &thd->main_security_ctx);
|
||||
thd->thread_specific_used= FALSE;
|
||||
|
Reference in New Issue
Block a user