From f4b2b7aa2d544d3aed4242f3f09a4526665b9da1 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 10 Jul 2004 11:13:05 +0200 Subject: mysql_find_files() made extern (from static to sql_show.cc) --- sql/sql_show.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sql/sql_show.cc') diff --git a/sql/sql_show.cc b/sql/sql_show.cc index 26163ed9bef..6784cd64465 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -35,9 +35,6 @@ static TYPELIB grant_types = { sizeof(grant_names)/sizeof(char **), "grant_types", grant_names}; -static int mysql_find_files(THD *thd,List *files, const char *db, - const char *path, const char *wild, bool dir); - static int store_create_info(THD *thd, TABLE *table, String *packet); @@ -170,7 +167,7 @@ int mysqld_show_tables(THD *thd,const char *db,const char *wild) } -static int +int mysql_find_files(THD *thd,List *files, const char *db,const char *path, const char *wild, bool dir) { -- cgit v1.2.1