summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-07-11 12:16:25 +0300
committerunknown <monty@mysql.com>2004-07-11 12:16:25 +0300
commit4ba63c4e8d1bfb82fb00be49989cbb238e41adad (patch)
tree191ed74ed84bacdb891b5ddcbcdca8e7bdcdba5c /sql/sql_show.cc
parentf7fdf06271b0b9b80bd440a29ec58292763c757a (diff)
parentf4b2b7aa2d544d3aed4242f3f09a4526665b9da1 (diff)
downloadmariadb-git-4ba63c4e8d1bfb82fb00be49989cbb238e41adad.tar.gz
Merge
sql/sql_show.cc: Auto merged sql/mysql_priv.h: SCCS merged
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)
{