diff options
author | acurtis@xiphis.org <> | 2006-05-01 22:45:31 -0700 |
---|---|---|
committer | acurtis@xiphis.org <> | 2006-05-01 22:45:31 -0700 |
commit | 09c7374d6941463ed40a7589aff6024f9e0db4e4 (patch) | |
tree | c54f50741a391458499e36ae02a2103f5717f07e /sql/sql_yacc.yy | |
parent | b050f975c43fcfa8f85ad9725e6cfe9eff1b025c (diff) | |
parent | 0736d183378695b26890e134f93113b646699cec (diff) | |
download | mariadb-git-09c7374d6941463ed40a7589aff6024f9e0db4e4.tar.gz |
Merge xiphis.org:/home/antony/work2/mysql-5.1
into xiphis.org:/home/antony/work2/wl3201-post-review.2
Diffstat (limited to 'sql/sql_yacc.yy')
-rw-r--r-- | sql/sql_yacc.yy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy index ab87c78d17c..0fbba495b00 100644 --- a/sql/sql_yacc.yy +++ b/sql/sql_yacc.yy @@ -8038,7 +8038,7 @@ show_param: if (prepare_schema_table(YYTHD, lex, 0, SCH_OPEN_TABLES)) YYABORT; } - | PLUGIN_SYM + | opt_full PLUGIN_SYM { LEX *lex= Lex; WARN_DEPRECATED(yythd, "5.2", "SHOW PLUGIN", "'SHOW PLUGINS'"); |