diff options
author | monty@hundin.mysql.fi <> | 2002-08-13 02:33:25 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-13 02:33:25 +0300 |
commit | c531b43272421f743fadd163bdb2db009c49b7ae (patch) | |
tree | c41f06870984860ffa6298845822b85851140ad4 /sql/ha_innodb.h | |
parent | ae1ec6e16a007d2ce542dee8f494b9c30d3a30c6 (diff) | |
parent | a101405b03fd5f5e1c7ac5195fde9ad236f6fbe8 (diff) | |
download | mariadb-git-c531b43272421f743fadd163bdb2db009c49b7ae.tar.gz |
merge with 3.23.52
Diffstat (limited to 'sql/ha_innodb.h')
-rw-r--r-- | sql/ha_innodb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/ha_innodb.h b/sql/ha_innodb.h index cac00a2d83c..6df24140df5 100644 --- a/sql/ha_innodb.h +++ b/sql/ha_innodb.h @@ -164,7 +164,8 @@ 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!!! */ + /* void init_table_handle_for_HANDLER(); Not tested or used yet, code + included for documentational purposes only */ longlong get_auto_increment(); }; |