mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge debian.(none):/M51/mysql-5.1
into debian.(none):/M51/push-5.1 sql/ha_ndbcluster.cc: Auto merged sql/sql_delete.cc: Auto merged sql/mysqld.cc: Merge conflict - main tree has precedence.
This commit is contained in:
@@ -353,7 +353,7 @@ cleanup:
|
||||
}
|
||||
}
|
||||
if (!transactional_table)
|
||||
thd->options|=OPTION_STATUS_NO_TRANS_UPDATE;
|
||||
thd->no_trans_update.all= TRUE;
|
||||
}
|
||||
free_underlaid_joins(thd, select_lex);
|
||||
if (transactional_table)
|
||||
@@ -856,7 +856,7 @@ bool multi_delete::send_eof()
|
||||
}
|
||||
}
|
||||
if (!transactional_tables)
|
||||
thd->options|=OPTION_STATUS_NO_TRANS_UPDATE;
|
||||
thd->no_trans_update.all= TRUE;
|
||||
}
|
||||
/* Commit or rollback the current SQL statement */
|
||||
if (transactional_tables)
|
||||
|
Reference in New Issue
Block a user