1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +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

@@ -1002,6 +1002,7 @@ int mysql_find_files(THD *thd,List<char> *files, const char *db,
const char *path, const char *wild, bool dir);
bool mysqld_show_storage_engines(THD *thd);
bool mysqld_show_authors(THD *thd);
bool mysqld_show_contributors(THD *thd);
bool mysqld_show_privileges(THD *thd);
bool mysqld_show_column_types(THD *thd);
bool mysqld_help (THD *thd, const char *text);