diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-02-26 17:17:17 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-04-10 13:12:36 +0200 |
commit | 35678c9572785ef11a8e0e0dfe72a77a09cf2b3f (patch) | |
tree | d82ba86a9a982de93b618b4281e67b280a5a81e6 /sql/sql_show.h | |
parent | 09e6280147bbe2f880c47e9ea545b5af226f0aa0 (diff) | |
download | mariadb-git-35678c9572785ef11a8e0e0dfe72a77a09cf2b3f.tar.gz |
dead code - related to vtmd
(will be added back when it'll be used)
Diffstat (limited to 'sql/sql_show.h')
-rw-r--r-- | sql/sql_show.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/sql_show.h b/sql/sql_show.h index 1b959121f89..e9facf8dde2 100644 --- a/sql/sql_show.h +++ b/sql/sql_show.h @@ -203,10 +203,6 @@ typedef struct st_lookup_field_values bool wild_table_value; } LOOKUP_FIELD_VALUES; -int make_table_name_list(THD *thd, Dynamic_array<LEX_CSTRING *> *table_names, - LEX *lex, LOOKUP_FIELD_VALUES *lookup_field_vals, - LEX_CSTRING *db_name); - /* INFORMATION_SCHEMA: Execution plan for get_all_tables() call */ |