diff options
author | brian@zim.(none) <> | 2006-05-13 11:40:27 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2006-05-13 11:40:27 -0700 |
commit | a93be9f9573ec67500e0a5e42e9ac24aefac6393 (patch) | |
tree | 29b6bda9273eebc05c76122379e047e14ded39ef /sql/mysql_priv.h | |
parent | a70bfd6c69b85c0f47a4280bf04df0d7709c596e (diff) | |
parent | b283a96933d83f71ac5f9d90f844d53c988b7a0b (diff) | |
download | mariadb-git-a93be9f9573ec67500e0a5e42e9ac24aefac6393.tar.gz |
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into zim.(none):/home/brian/mysql/dep-5.1
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 127aa6c5acd..f3ce530d18c 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -1005,6 +1005,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); |