diff options
author | brian@zim.(none) <> | 2006-05-11 12:51:31 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2006-05-11 12:51:31 -0700 |
commit | b283a96933d83f71ac5f9d90f844d53c988b7a0b (patch) | |
tree | 90f01b586f59db7cf62731dd630cae001e20677e /sql/mysql_priv.h | |
parent | e672bdc82475fbb096fa687937c1d75aafe43118 (diff) | |
parent | d1c9c2c5b24368de622f75865a361f5fa27ea147 (diff) | |
download | mariadb-git-b283a96933d83f71ac5f9d90f844d53c988b7a0b.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 93db68d1b50..f6fcbeb16d5 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); |