diff options
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index d7ad28a95f5..f2618dd8bce 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -93,7 +93,7 @@ enum enum_sql_command { SQLCOM_XA_COMMIT, SQLCOM_XA_ROLLBACK, SQLCOM_XA_RECOVER, SQLCOM_SHOW_PROC_CODE, SQLCOM_SHOW_FUNC_CODE, SQLCOM_INSTALL_PLUGIN, SQLCOM_UNINSTALL_PLUGIN, - SQLCOM_SHOW_AUTHORS, + SQLCOM_SHOW_AUTHORS, SQLCOM_SHOW_PLUGINS, /* This should be the last !!! */ SQLCOM_END |