diff options
author | unknown <brian@zim.(none)> | 2006-05-02 17:53:26 -0700 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2006-05-02 17:53:26 -0700 |
commit | 12ede0e0be7cf6b391b487d41b0e3aa4a4cc3563 (patch) | |
tree | f6c236586eaa96e8a568da97b9af0acbb8d22d6f /sql/sql_lex.h | |
parent | 472f4a84d258624df901aa3096a733cf73c45c3b (diff) | |
download | mariadb-git-12ede0e0be7cf6b391b487d41b0e3aa4a4cc3563.tar.gz |
Added new show contributors command.
sql/lex.h:
Additions for show contributors
sql/mysql_priv.h:
Show contributors addition
sql/sp_head.cc:
Added for show contributors
sql/sql_lex.h:
Adding contributors addition
sql/sql_parse.cc:
Execute for add contributors
sql/sql_show.cc:
Adding show contributors
sql/sql_yacc.yy:
Show contributors additio
mysql-test/r/contributors.result:
New BitKeeper file ``mysql-test/r/contributors.result''
mysql-test/t/contributors.test:
New BitKeeper file ``mysql-test/t/contributors.test''
sql/contributors.h:
New BitKeeper file ``sql/contributors.h''
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 47fbc685bab..f31e7c2c666 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -110,6 +110,7 @@ enum enum_sql_command { SQLCOM_INSTALL_PLUGIN, SQLCOM_UNINSTALL_PLUGIN, SQLCOM_SHOW_AUTHORS, SQLCOM_BINLOG_BASE64_EVENT, SQLCOM_SHOW_PLUGINS, + SQLCOM_SHOW_CONTRIBUTORS, SQLCOM_CREATE_EVENT, SQLCOM_ALTER_EVENT, SQLCOM_DROP_EVENT, SQLCOM_SHOW_CREATE_EVENT, SQLCOM_SHOW_EVENTS, |