summaryrefslogtreecommitdiff
path: root/sql/ha_innobase.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/ha_innobase.h')
-rw-r--r--sql/ha_innobase.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/ha_innobase.h b/sql/ha_innobase.h
index 2c69018ed38..abb6ade79f7 100644
--- a/sql/ha_innobase.h
+++ b/sql/ha_innobase.h
@@ -157,7 +157,6 @@ class ha_innobase: public handler
void free_foreign_key_create_info(char* str);
THR_LOCK_DATA **store_lock(THD *thd, THR_LOCK_DATA **to,
enum thr_lock_type lock_type);
- void init_table_handle_for_HANDLER(); /* TODO: NOT TESTED!!! */
longlong get_auto_increment();
};