summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
diff options
context:
space:
mode:
authorunknown <brian@zim.(none)>2006-05-22 11:40:29 -0700
committerunknown <brian@zim.(none)>2006-05-22 11:40:29 -0700
commit4afca4061ca7bfc8fe2f7cb18cee0476ed8192fc (patch)
tree43318e900017c44afe2efe3ca52b3b2a4ca3d136 /sql/sql_parse.cc
parenta10e279333330c0723f3f908fb4464087c84054b (diff)
parent2ce6a3817a0bc47ad947e5e68450eb4ad3a60d03 (diff)
downloadmariadb-git-4afca4061ca7bfc8fe2f7cb18cee0476ed8192fc.tar.gz
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into zim.(none):/home/brian/mysql/dep-5.1 sql/mysql_priv.h: Auto merged
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r--sql/sql_parse.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index 33b3118de1a..b6bd12e37b4 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -3531,6 +3531,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;