Commit e28dcf14 authored by unknown's avatar unknown

Final fix for bad merge

parent b2c6f600
...@@ -110,7 +110,7 @@ int mysqld_show_open_tables(THD *thd,const char *wild) ...@@ -110,7 +110,7 @@ int mysqld_show_open_tables(THD *thd,const char *wild)
if (send_fields(thd,field_list,1)) if (send_fields(thd,field_list,1))
DBUG_RETURN(1); DBUG_RETURN(1);
if (!(list_open_tables(thd,&tables,db,wild)) && thd->fatal_error) if (!(open_list=list_open_tables(thd,wild)) && thd->fatal_error)
DBUG_RETURN(-1); DBUG_RETURN(-1);
for ( ; open_list ; open_list=open_list->next) for ( ; open_list ; open_list=open_list->next)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment