summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorunknown <brian@grrr.local>2005-11-10 19:43:17 +0200
committerunknown <brian@grrr.local>2005-11-10 19:43:17 +0200
commitc15954467e12eed5355f0dd628e59885040557e4 (patch)
tree781d2961359b06170c7bb7f8b43fc3749a1bcb1e /sql/sql_lex.h
parentbffefbf8b4a95b209bc069ffdbfc84d41b0acede (diff)
downloadmariadb-git-c15954467e12eed5355f0dd628e59885040557e4.tar.gz
Added "SHOW AUTHORS" code
mysql-test/r/show_check.result: Update to results mysql-test/t/show_check.test: Added SHOW AUTHORS test sql/field.h: Fixed portability issue sql/lex.h: Added new keyword "AUTHORS" sql/mysql_priv.h: Added reference to new show command. sql/sql_cache.h: Fixed compile bug (more of these need to be fixed) sql/sql_lex.h: Added to com bit. sql/sql_parse.cc: Parsing for show authors sql/sql_show.cc: Added new show command for "SHOW AUTHORS" sql/sql_yacc.yy: Added new parse code for show authors.
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index b82ac754e26..feb3f2a30c9 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -92,6 +92,7 @@ enum enum_sql_command {
SQLCOM_XA_START, SQLCOM_XA_END, SQLCOM_XA_PREPARE,
SQLCOM_XA_COMMIT, SQLCOM_XA_ROLLBACK, SQLCOM_XA_RECOVER,
SQLCOM_INSTALL_PLUGIN, SQLCOM_UNINSTALL_PLUGIN,
+ SQLCOM_SHOW_AUTHORS,
/* This should be the last !!! */
SQLCOM_END