summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-07-11 12:16:25 +0300
committermonty@mysql.com <>2004-07-11 12:16:25 +0300
commit56d5e56cc61c9113b5c3de12e5a67fa106400cad (patch)
tree191ed74ed84bacdb891b5ddcbcdca8e7bdcdba5c /sql/sql_show.cc
parentf214e2a02a2331f269d4346900f1cfb306b50c2c (diff)
parentd6f601c80f9b5528726c8db7cea5f630d5773dc2 (diff)
downloadmariadb-git-56d5e56cc61c9113b5c3de12e5a67fa106400cad.tar.gz
Merge
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r--sql/sql_show.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc
index e217555e582..6d328243a59 100644
--- a/sql/sql_show.cc
+++ b/sql/sql_show.cc
@@ -37,9 +37,6 @@ static TYPELIB grant_types = { sizeof(grant_names)/sizeof(char **),
grant_names};
#endif
-static int mysql_find_files(THD *thd,List<char> *files, const char *db,
- const char *path, const char *wild, bool dir);
-
static int
store_create_info(THD *thd, TABLE *table, String *packet);
@@ -361,7 +358,7 @@ int mysqld_show_column_types(THD *thd)
}
-static int
+int
mysql_find_files(THD *thd,List<char> *files, const char *db,const char *path,
const char *wild, bool dir)
{