1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

after merge fix

This commit is contained in:
gluh@mysql.com/eagle.(none)
2007-10-04 17:08:59 +05:00
parent 4741df1878
commit ce2430bcb6

View File

@@ -5770,8 +5770,8 @@ TABLE_LIST *st_select_lex::add_table_to_list(THD *thd,
/* /*
this check is used for show columns|keys from I_S hidden table this check is used for show columns|keys from I_S hidden table
*/ */
lex->orig_sql_command == SQLCOM_SHOW_FIELDS || lex->sql_command == SQLCOM_SHOW_FIELDS ||
lex->orig_sql_command == SQLCOM_SHOW_KEYS))) lex->sql_command == SQLCOM_SHOW_KEYS)))
{ {
my_error(ER_UNKNOWN_TABLE, MYF(0), my_error(ER_UNKNOWN_TABLE, MYF(0),
ptr->table_name, INFORMATION_SCHEMA_NAME.str); ptr->table_name, INFORMATION_SCHEMA_NAME.str);