summaryrefslogtreecommitdiff
path: root/sql/ha_federated.h
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2006-02-08 00:33:31 +0300
committerunknown <konstantin@mysql.com>2006-02-08 00:33:31 +0300
commit36d00575a0a8f0aaaaf264b13997126880d68a8a (patch)
tree755751e8bf9dbc633d3a7b1858214f1de11ab336 /sql/ha_federated.h
parenta81059f0d2a6e5577eb977bf871e9c9e83305573 (diff)
parent7ed62789a048999e64223f6fc0a344cbc883e162 (diff)
downloadmariadb-git-36d00575a0a8f0aaaaf264b13997126880d68a8a.tar.gz
Merge mysql.com:/home/kostja/mysql/tmp_merge
into mysql.com:/home/kostja/mysql/mysql-5.1-merge mysql-test/t/federated.test: Auto merged sql/ha_federated.cc: Auto merged sql/ha_federated.h: Auto merged
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 c596f066098..953f4208bc5 100644
--- a/sql/ha_federated.h
+++ b/sql/ha_federated.h
@@ -286,6 +286,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);