mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
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.
This commit is contained in:
@ -566,7 +566,7 @@ int mysqld_extend_show_tables(THD *thd,const char *db,const char *wild)
|
||||
thd->clear_error();
|
||||
}
|
||||
else
|
||||
DBUG_RETURN(1)
|
||||
DBUG_RETURN(1);
|
||||
}
|
||||
else if (table_list.view)
|
||||
{
|
||||
|
Reference in New Issue
Block a user