mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 06:35:33 +02:00
Merge from 5.0-bugteam
This commit is contained in:
commit
2380d465f0
23 changed files with 204 additions and 223 deletions
|
|
@ -806,7 +806,7 @@ void multi_delete::abort()
|
|||
|
||||
/* the error was handled or nothing deleted and no side effects return */
|
||||
if (error_handled ||
|
||||
!thd->transaction.stmt.modified_non_trans_table && !deleted)
|
||||
(!thd->transaction.stmt.modified_non_trans_table && !deleted))
|
||||
DBUG_VOID_RETURN;
|
||||
|
||||
/* Something already deleted so we have to invalidate cache */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue