summaryrefslogtreecommitdiff
path: root/sql/ha_federated.h
diff options
context:
space:
mode:
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);