mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Revert of the push of bug #20837 due to failing regression tests.
This commit is contained in:
@ -1369,14 +1369,8 @@ int ha_autocommit_or_rollback(THD *thd, int error)
|
||||
if (thd->transaction_rollback_request && !thd->in_sub_stmt)
|
||||
(void) ha_rollback(thd);
|
||||
}
|
||||
}
|
||||
else if (!(thd->options & (OPTION_NOT_AUTOCOMMIT | OPTION_BEGIN)))
|
||||
{
|
||||
/*
|
||||
If we're in autocommit mode, reset tx_isolation
|
||||
to the default value
|
||||
*/
|
||||
thd->variables.tx_isolation= thd->session_tx_isolation;
|
||||
|
||||
thd->variables.tx_isolation=thd->session_tx_isolation;
|
||||
}
|
||||
#endif
|
||||
DBUG_RETURN(error);
|
||||
|
Reference in New Issue
Block a user