summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.h
diff options
context:
space:
mode:
authorguilhem@mysql.com <>2006-06-02 22:22:59 +0200
committerguilhem@mysql.com <>2006-06-02 22:22:59 +0200
commit7921811e1f0466debd1bc1b64a9a482ff4ac8efb (patch)
tree025336cab0c9822d03d387ce26f536a8b0d0712e /sql/ha_innodb.h
parent45ee32539cfce209b0237accdd8b2c52d8311b35 (diff)
parenta4e778f34df373d117a66d3143849904a091734f (diff)
downloadmariadb-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.h5
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);