1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

SQL: helpers to get archive tables list [closes #199]

This commit is contained in:
Eugene Kosov
2017-09-25 11:29:16 +03:00
parent 7f2064780c
commit f79c4469ff
4 changed files with 79 additions and 1 deletions

View File

@ -4218,7 +4218,7 @@ int schema_tables_add(THD *thd, Dynamic_array<LEX_STRING*> *files,
@retval 2 Not fatal error; Safe to ignore this file list
*/
static int
int
make_table_name_list(THD *thd, Dynamic_array<LEX_STRING*> *table_names,
LEX *lex, LOOKUP_FIELD_VALUES *lookup_field_vals,
LEX_STRING *db_name)