mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
fixed bug in determinating uncacheable queries
new fatal_error interface to assign is_fatal_error and ne.report_error commant about Item_row
This commit is contained in:
@@ -114,7 +114,7 @@ int mysqld_show_open_tables(THD *thd,const char *wild)
|
||||
if (protocol->send_fields(&field_list,1))
|
||||
DBUG_RETURN(1);
|
||||
|
||||
if (!(open_list=list_open_tables(thd,wild)) && thd->fatal_error)
|
||||
if (!(open_list=list_open_tables(thd,wild)) && thd->is_fatal_error)
|
||||
DBUG_RETURN(-1);
|
||||
|
||||
for (; open_list ; open_list=open_list->next)
|
||||
|
||||
Reference in New Issue
Block a user