diff options
author | Mattias Jonsson <mattiasj@mysql.com> | 2008-08-11 20:06:08 +0200 |
---|---|---|
committer | Mattias Jonsson <mattiasj@mysql.com> | 2008-08-11 20:06:08 +0200 |
commit | 1e73141b655a32b7f3e03792a1b992d2da2fc275 (patch) | |
tree | ca19bdadefe661b11ba81a5f4b4905e2f09744b5 /sql/ha_partition.h | |
parent | 854e2307078f626b70b81a2d9f35a960c7850529 (diff) | |
parent | 07e9a6dc2a4a6839c874204e660d4981a33bad85 (diff) | |
download | mariadb-git-1e73141b655a32b7f3e03792a1b992d2da2fc275.tar.gz |
manual merge of Bug#20129 into 5.1-bugteam
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r-- | sql/ha_partition.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h index 790f6c5dd08..97f5624608f 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -932,10 +932,6 @@ public: virtual int analyze(THD* thd, HA_CHECK_OPT *check_opt); virtual int check(THD* thd, HA_CHECK_OPT *check_opt); virtual int repair(THD* thd, HA_CHECK_OPT *check_opt); - virtual int optimize_partitions(THD *thd); - 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; |