summaryrefslogtreecommitdiff
path: root/sql/lex.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2006-04-06 15:29:39 +0200
committerunknown <serg@serg.mylan>2006-04-06 15:29:39 +0200
commit260bc3025add31105bddf7fb438d01c17ee12263 (patch)
tree2b61b75ed6d25fa79fcea87f365e0fc6510c5f62 /sql/lex.h
parentb42462c54664816e47db2ebfdabd4bc2f85e62ec (diff)
downloadmariadb-git-260bc3025add31105bddf7fb438d01c17ee12263.tar.gz
Bug#17112 - SHOW PLUGIN should be SHOW PLUGINS
sql/lex.h: SHOW PLUGINS - BUG#17112 sql/sql_yacc.yy: SHOW PLUGINS - BUG#17112
Diffstat (limited to 'sql/lex.h')
-rw-r--r--sql/lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/lex.h b/sql/lex.h
index 9fd8cae1325..9f0c6c4f8b7 100644
--- a/sql/lex.h
+++ b/sql/lex.h
@@ -396,6 +396,7 @@ static SYMBOL symbols[] = {
{ "PASSWORD", SYM(PASSWORD)},
{ "PHASE", SYM(PHASE_SYM)},
{ "PLUGIN", SYM(PLUGIN_SYM)},
+ { "PLUGINS", SYM(PLUGINS_SYM)},
{ "POINT", SYM(POINT_SYM)},
{ "POLYGON", SYM(POLYGON)},
{ "PRECISION", SYM(PRECISION)},