summaryrefslogtreecommitdiff
path: root/sql/table_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/table_cache.h')
-rw-r--r--sql/table_cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/table_cache.h b/sql/table_cache.h
index 2c5b0fc45a2..2d505d3c92a 100644
--- a/sql/table_cache.h
+++ b/sql/table_cache.h
@@ -220,7 +220,6 @@ extern int tdc_wait_for_old_version(THD *thd, const char *db,
ulong refresh_version= ULONG_MAX);
extern ulong tdc_refresh_version(void);
extern ulong tdc_increment_refresh_version(void);
-extern void tdc_assign_new_table_id(TABLE_SHARE *share);
extern int tdc_iterate(THD *thd, my_hash_walk_action action, void *argument,
bool no_dups= false);