mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -1262,7 +1262,7 @@ update_end:
|
||||
|
||||
if (thd->binlog_query(THD::ROW_QUERY_TYPE,
|
||||
thd->query(), thd->query_length(),
|
||||
transactional_table, FALSE, FALSE, errcode))
|
||||
transactional_table, FALSE, FALSE, errcode) > 0)
|
||||
{
|
||||
error=1; // Rollback update
|
||||
}
|
||||
@ -2991,7 +2991,7 @@ bool multi_update::send_eof()
|
||||
|
||||
if (thd->binlog_query(THD::ROW_QUERY_TYPE, thd->query(),
|
||||
thd->query_length(), transactional_tables, FALSE,
|
||||
FALSE, errcode))
|
||||
FALSE, errcode) > 0)
|
||||
local_error= 1; // Rollback update
|
||||
thd->set_current_stmt_binlog_format(save_binlog_format);
|
||||
}
|
||||
|
Reference in New Issue
Block a user