diff options
author | unknown <brian@zim.(none)> | 2006-05-23 11:25:11 -0700 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2006-05-23 11:25:11 -0700 |
commit | 821daed6619869badb5b23e17248de7ef3273763 (patch) | |
tree | ad6d1a53dee5dc9e2068ba52ba8c3f2d3b493358 /sql/mysql_priv.h | |
parent | 2b8527e94507acd10ff48fee4fe1b8814d246dea (diff) | |
parent | 4afca4061ca7bfc8fe2f7cb18cee0476ed8192fc (diff) | |
download | mariadb-git-821daed6619869badb5b23e17248de7ef3273763.tar.gz |
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into zim.(none):/home/brian/mysql/dep-5.1
sql/lex.h:
Auto merged
sql/mysql_priv.h:
Auto merged
sql/sp_head.cc:
Auto merged
sql/sql_lex.h:
Auto merged
sql/sql_parse.cc:
Auto merged
sql/sql_show.cc:
Auto merged
sql/sql_yacc.yy:
Auto merged
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 e4fd4c0da05..7f40bd2bc57 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -999,6 +999,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); |