mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Redefinition of myisam_bulk_insert_tree_size
Removed new error message Fixed test case for varbinary Threads are again killable in "merge_buffers" Cleanup of sql_repl.cc SHOW OPEN TABLES now works when no tables are opened
This commit is contained in:
@@ -110,7 +110,7 @@ int mysqld_show_open_tables(THD *thd,const char *wild)
|
||||
if (send_fields(thd,field_list,1))
|
||||
DBUG_RETURN(1);
|
||||
|
||||
if (!(open_list=list_open_tables(thd,wild)))
|
||||
if (!(open_list=list_open_tables(thd,wild)) && thd->fatal_error)
|
||||
DBUG_RETURN(-1);
|
||||
|
||||
for ( ; open_list ; open_list=open_list->next)
|
||||
|
||||
Reference in New Issue
Block a user