summaryrefslogtreecommitdiff
path: root/sql/ha_federated.h
diff options
context:
space:
mode:
authorunknown <patg@govinda.patg.net>2006-01-27 15:43:44 -0800
committerunknown <patg@govinda.patg.net>2006-01-27 15:43:44 -0800
commite13a840ad7618b583085e40459faf9a8f1dc6ff3 (patch)
treeeaca100f1a55995832aa43fdfe315f6434a06da4 /sql/ha_federated.h
parentae951e0f72bb3474eaaa282342f17b645d64ac87 (diff)
downloadmariadb-git-e13a840ad7618b583085e40459faf9a8f1dc6ff3.tar.gz
BUG# 14768
Added fixes to make last_insert_id() to work. mysql-test/r/federated.result: BUG #14768 New test results for last_insert_id() mysql-test/t/federated.test: BUG #14768 Tests for last_insert_id() sql/ha_federated.cc: BUG# 14768 * Added code to set last_insert_id() * Added code to free share->scheme sql/ha_federated.h: BUG #14768 New method for setting last_insert_id()
Diffstat (limited to 'sql/ha_federated.h')
-rw-r--r--sql/ha_federated.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_federated.h b/sql/ha_federated.h
index b25071dda16..08203d7e51d 100644
--- a/sql/ha_federated.h
+++ b/sql/ha_federated.h
@@ -285,6 +285,7 @@ public:
void position(const byte *record); //required
void info(uint); //required
+ void update_auto_increment(void);
int repair(THD* thd, HA_CHECK_OPT* check_opt);
int optimize(THD* thd, HA_CHECK_OPT* check_opt);