summaryrefslogtreecommitdiff
path: root/sql/table_cache.cc
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2016-03-22 18:01:40 +0400
committerSergey Vojtovich <svoj@mariadb.org>2016-03-22 18:01:40 +0400
commitc42ffc1ca850f13f736eb929f351c8f14d027493 (patch)
tree70c29dfcde6226c1be4b2f6ff966262bd2e29612 /sql/table_cache.cc
parent1fc2c63fb1ddc8622f370e59adeb2c512c7b7d63 (diff)
downloadmariadb-git-c42ffc1ca850f13f736eb929f351c8f14d027493.tar.gz
Cleanup All_share_tables_list definition
Diffstat (limited to 'sql/table_cache.cc')
-rw-r--r--sql/table_cache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/table_cache.cc b/sql/table_cache.cc
index 5e7a69e21ed..b6c1e32b350 100644
--- a/sql/table_cache.cc
+++ b/sql/table_cache.cc
@@ -841,7 +841,7 @@ bool tdc_remove_table(THD *thd, enum_tdc_remove_table_type remove_type,
const char *db, const char *table_name,
bool kill_delayed_threads)
{
- I_P_List <TABLE, TABLE_share> purge_tables;
+ TDC_element::TABLE_list purge_tables;
TABLE *table;
TDC_element *element;
uint my_refs= 1;