summaryrefslogtreecommitdiff
path: root/sql/sql_show.h
diff options
context:
space:
mode:
authorEugene Kosov <claprix@yandex.ru>2017-09-25 11:29:16 +0300
committerEugene Kosov <claprix@yandex.ru>2017-09-25 22:06:53 +0300
commitf79c4469ff8a17dee54f41786b76197dc2e17626 (patch)
tree906d097e119ec2acbd6df4b92f62464ad9be21e1 /sql/sql_show.h
parent7f2064780cb8960697bef17c7ae63be565690eec (diff)
downloadmariadb-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.h3
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