1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Added new show contributors command.

This commit is contained in:
brian@zim.(none)
2006-05-02 17:53:26 -07:00
parent 8ab2897e93
commit 874252373c
10 changed files with 95 additions and 0 deletions

View File

@@ -3522,6 +3522,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;