diff options
author | Eugene Kosov <claprix@yandex.ru> | 2017-09-25 11:29:16 +0300 |
---|---|---|
committer | Eugene Kosov <claprix@yandex.ru> | 2017-09-25 22:06:53 +0300 |
commit | f79c4469ff8a17dee54f41786b76197dc2e17626 (patch) | |
tree | 906d097e119ec2acbd6df4b92f62464ad9be21e1 /sql/sql_show.h | |
parent | 7f2064780cb8960697bef17c7ae63be565690eec (diff) | |
download | mariadb-git-f79c4469ff8a17dee54f41786b76197dc2e17626.tar.gz |
SQL: helpers to get archive tables list [closes #199]
Diffstat (limited to 'sql/sql_show.h')
-rw-r--r-- | sql/sql_show.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_show.h b/sql/sql_show.h index e93b855450c..03ff539e959 100644 --- a/sql/sql_show.h +++ b/sql/sql_show.h @@ -199,6 +199,9 @@ typedef struct st_lookup_field_values bool wild_table_value; } LOOKUP_FIELD_VALUES; +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); /* INFORMATION_SCHEMA: Execution plan for get_all_tables() call |