mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.
Conflicts: Text conflict in client/mysqltest.cc Text conflict in configure.in Text conflict in mysql-test/include/mtr_warnings.sql
This commit is contained in:
@@ -1292,7 +1292,8 @@ bool mysql_multi_update(THD *thd,
|
||||
|
||||
if (using_handler)
|
||||
{
|
||||
Internal_error_handler *top_handler= thd->pop_internal_handler();
|
||||
Internal_error_handler *top_handler;
|
||||
top_handler= thd->pop_internal_handler();
|
||||
DBUG_ASSERT(&handler == top_handler);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user