summaryrefslogtreecommitdiff
path: root/sql/sql_show.h
diff options
context:
space:
mode:
authorgluh@mysql.com/eagle.(none) <>2007-08-03 03:14:05 +0500
committergluh@mysql.com/eagle.(none) <>2007-08-03 03:14:05 +0500
commit27ab885525e639cc33a6969492c4ff07bb552c13 (patch)
tree1b5dedc9668872c48164ebeb1ec72776797b3157 /sql/sql_show.h
parent3ba813fe4e8c57942af9f9c862baf515f6cea57b (diff)
downloadmariadb-git-27ab885525e639cc33a6969492c4ff07bb552c13.tar.gz
WL#3732 Information schema optimization
Diffstat (limited to 'sql/sql_show.h')
-rw-r--r--sql/sql_show.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_show.h b/sql/sql_show.h
index 57004323ca9..d63217584b2 100644
--- a/sql/sql_show.h
+++ b/sql/sql_show.h
@@ -29,7 +29,7 @@ enum find_files_result {
FIND_FILES_DIR
};
-find_files_result find_files(THD *thd, List<char> *files, const char *db,
+find_files_result find_files(THD *thd, List<LEX_STRING> *files, const char *db,
const char *path, const char *wild, bool dir);
int store_create_info(THD *thd, TABLE_LIST *table_list, String *packet,