mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 09:15:30 +02:00
sql_yacc.yy:
Allow FROM or IN in SHOW KEYS, as in other SHOW statements. sql/sql_yacc.yy: Allow FROM or IN in SHOW KEYS, as in other SHOW statements.
This commit is contained in:
parent
8838c971fa
commit
0d34c63536
1 changed files with 1 additions and 1 deletions
|
|
@ -2917,7 +2917,7 @@ show_param:
|
|||
lex->select->select_limit= lex->thd->variables.select_limit;
|
||||
lex->select->offset_limit= 0L;
|
||||
} limit_clause
|
||||
| keys_or_index FROM table_ident opt_db
|
||||
| keys_or_index from_or_in table_ident opt_db
|
||||
{
|
||||
Lex->sql_command= SQLCOM_SHOW_KEYS;
|
||||
if ($4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue