diff options
author | guilhem@mysql.com <> | 2006-06-02 22:22:59 +0200 |
---|---|---|
committer | guilhem@mysql.com <> | 2006-06-02 22:22:59 +0200 |
commit | 7921811e1f0466debd1bc1b64a9a482ff4ac8efb (patch) | |
tree | 025336cab0c9822d03d387ce26f536a8b0d0712e /sql/ha_innodb.h | |
parent | 45ee32539cfce209b0237accdd8b2c52d8311b35 (diff) | |
parent | a4e778f34df373d117a66d3143849904a091734f (diff) | |
download | mariadb-git-7921811e1f0466debd1bc1b64a9a482ff4ac8efb.tar.gz |
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into mysql.com:/home/mysql_src/mysql-5.1-new-WL3146-handler
Diffstat (limited to 'sql/ha_innodb.h')
-rw-r--r-- | sql/ha_innodb.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sql/ha_innodb.h b/sql/ha_innodb.h index 638ecc432b9..0f58589cf43 100644 --- a/sql/ha_innodb.h +++ b/sql/ha_innodb.h @@ -181,7 +181,10 @@ class ha_innobase: public handler THR_LOCK_DATA **store_lock(THD *thd, THR_LOCK_DATA **to, enum thr_lock_type lock_type); void init_table_handle_for_HANDLER(); - ulonglong get_auto_increment(); + virtual void get_auto_increment(ulonglong offset, ulonglong increment, + ulonglong nb_desired_values, + ulonglong *first_value, + ulonglong *nb_reserved_values); int reset_auto_increment(ulonglong value); virtual bool get_error_message(int error, String *buf); |