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 | 1c06de1fd6696c69185ab25f00bdf5f20e298f78 (patch) | |
tree | ca19bdadefe661b11ba81a5f4b4905e2f09744b5 /sql/ha_partition.h | |
parent | 2ace7dc939ea28b5ee7bc526f5fa49142cb2de54 (diff) | |
parent | f50c4207f22e2c7483965ef83104839e9d7b4887 (diff) | |
download | mariadb-git-1c06de1fd6696c69185ab25f00bdf5f20e298f78.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; |