1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

WL#3732 Information schema optimization

This commit is contained in:
gluh@mysql.com/eagle.(none)
2007-08-03 03:14:05 +05:00
parent 3ba813fe4e
commit 27ab885525
18 changed files with 1650 additions and 942 deletions

View File

@ -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,