mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 12:45:41 +02:00
auto-merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteam
This commit is contained in:
commit
f45b12dc5e
10 changed files with 661 additions and 43 deletions
|
|
@ -803,8 +803,7 @@ int mysql_update(THD *thd,
|
|||
|
||||
if (thd->binlog_query(THD::ROW_QUERY_TYPE,
|
||||
thd->query, thd->query_length,
|
||||
transactional_table, FALSE, errcode) &&
|
||||
transactional_table)
|
||||
transactional_table, FALSE, errcode))
|
||||
{
|
||||
error=1; // Rollback update
|
||||
}
|
||||
|
|
@ -2087,8 +2086,7 @@ bool multi_update::send_eof()
|
|||
errcode= query_error_code(thd, killed_status == THD::NOT_KILLED);
|
||||
if (thd->binlog_query(THD::ROW_QUERY_TYPE,
|
||||
thd->query, thd->query_length,
|
||||
transactional_tables, FALSE, errcode) &&
|
||||
trans_safe)
|
||||
transactional_tables, FALSE, errcode))
|
||||
{
|
||||
local_error= 1; // Rollback update
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue