diff options
author | Mattias Jonsson <mattiasj@mysql.com> | 2008-08-11 16:15:39 +0200 |
---|---|---|
committer | Mattias Jonsson <mattiasj@mysql.com> | 2008-08-11 16:15:39 +0200 |
commit | 854e2307078f626b70b81a2d9f35a960c7850529 (patch) | |
tree | 9534523e039b009438c589d987ce10bbdcc0c305 /sql/ha_partition.h | |
parent | 44a162597f8107974da7a0ebe33eaf9089fe1a2e (diff) | |
parent | da29c528d3ed59182ad3013ee225e2107cab93a7 (diff) | |
download | mariadb-git-854e2307078f626b70b81a2d9f35a960c7850529.tar.gz |
merge into an updated 5.1-bugteam tree
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r-- | sql/ha_partition.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h index 2ec700978bc..790f6c5dd08 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -936,6 +936,9 @@ public: virtual int analyze_partitions(THD *thd); virtual int check_partitions(THD *thd); virtual int repair_partitions(THD *thd); + virtual bool check_and_repair(THD *thd); + virtual bool auto_repair() const; + virtual bool is_crashed() const; private: int handle_opt_partitions(THD *thd, HA_CHECK_OPT *check_opt, @@ -951,12 +954,9 @@ public: virtual int restore(THD* thd, HA_CHECK_OPT *check_opt); virtual int assign_to_keycache(THD* thd, HA_CHECK_OPT *check_opt); virtual int preload_keys(THD *thd, HA_CHECK_OPT *check_opt); - virtual bool check_and_repair(THD *thd); virtual int dump(THD* thd, int fd = -1); virtual int net_read_dump(NET* net); virtual uint checksum() const; - virtual bool is_crashed() const; - virtual bool auto_repair() const; */ /* |