Commit 9243aa9e authored by unknown's avatar unknown

Fixed typo that showed up in non-debug build (in sql/sql_show.cc).


sql/sql_show.cc:
  Fixed typo that showed up in non-debug build.
parent fcbd2485
...@@ -566,7 +566,7 @@ int mysqld_extend_show_tables(THD *thd,const char *db,const char *wild) ...@@ -566,7 +566,7 @@ int mysqld_extend_show_tables(THD *thd,const char *db,const char *wild)
thd->clear_error(); thd->clear_error();
} }
else else
DBUG_RETURN(1) DBUG_RETURN(1);
} }
else if (table_list.view) else if (table_list.view)
{ {
......
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