mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 04:05:32 +02:00
Manual merge from mysql-trunk-merge.
Conflicts: - include/my_no_pthread.h - mysql-test/r/sp-ucs2.result - sql/log.cc - sql/sql_acl.cc - sql/sql_yacc.yy
This commit is contained in:
commit
5f0c09dd72
108 changed files with 3402 additions and 1155 deletions
|
|
@ -641,7 +641,7 @@ mysqld_show_create(THD *thd, TABLE_LIST *table_list)
|
|||
thd->push_internal_handler(&view_error_suppressor);
|
||||
bool error= open_normal_and_derived_tables(thd, table_list, 0);
|
||||
thd->pop_internal_handler();
|
||||
if (error && thd->is_error())
|
||||
if (error && (thd->killed || thd->is_error()))
|
||||
DBUG_RETURN(TRUE);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue