diff options
author | unknown <brian@zim.(none)> | 2006-05-11 12:51:31 -0700 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2006-05-11 12:51:31 -0700 |
commit | 94e140fbb640003fe18c845cfaff5a088cb7b384 (patch) | |
tree | 90f01b586f59db7cf62731dd630cae001e20677e /sql/sql_parse.cc | |
parent | 77dedc31e922d3bfdc4379f4be5b7a9ec02a309d (diff) | |
parent | f454c9d55851492ef2fdc4b50ee447fefad64352 (diff) | |
download | mariadb-git-94e140fbb640003fe18c845cfaff5a088cb7b384.tar.gz |
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into zim.(none):/home/brian/mysql/dep-5.1
sql/sql_lex.h:
Auto merged
sql/sql_parse.cc:
Auto merged
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r-- | sql/sql_parse.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index 3ff6b7f4cc6..e3544536c26 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -3527,6 +3527,9 @@ end_with_restore_list: case SQLCOM_SHOW_AUTHORS: res= mysqld_show_authors(thd); break; + case SQLCOM_SHOW_CONTRIBUTORS: + res= mysqld_show_contributors(thd); + break; case SQLCOM_SHOW_PRIVILEGES: res= mysqld_show_privileges(thd); break; |