mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
10.0-base merge
This commit is contained in:
@ -791,7 +791,10 @@ retry:
|
||||
/*
|
||||
Always close statement transaction explicitly,
|
||||
so that the engine doesn't have to count locks.
|
||||
There should be no need to perform transaction
|
||||
rollback due to deadlock.
|
||||
*/
|
||||
DBUG_ASSERT(! thd->transaction_rollback_request);
|
||||
trans_rollback_stmt(thd);
|
||||
mysql_ha_close_table(handler);
|
||||
if (thd->stmt_arena->is_stmt_execute())
|
||||
|
Reference in New Issue
Block a user