mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 03:05:33 +02:00
Backport Bug#37148 to 5.1
This commit is contained in:
parent
16471fecc7
commit
2b16517522
28 changed files with 472 additions and 159 deletions
|
|
@ -1868,9 +1868,10 @@ void multi_update::abort()
|
|||
into repl event.
|
||||
*/
|
||||
int errcode= query_error_code(thd, thd->killed == THD::NOT_KILLED);
|
||||
thd->binlog_query(THD::ROW_QUERY_TYPE,
|
||||
thd->query(), thd->query_length(),
|
||||
transactional_tables, FALSE, errcode);
|
||||
/* the error of binary logging is ignored */
|
||||
(void)thd->binlog_query(THD::ROW_QUERY_TYPE,
|
||||
thd->query(), thd->query_length(),
|
||||
transactional_tables, FALSE, errcode);
|
||||
}
|
||||
thd->transaction.all.modified_non_trans_table= TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue