From: Mattias Jonsson Date: September 1 2012 9:35am Subject: bzr push into mysql-5.6 branch (mattias.jonsson:4219 to 4220) Bug#11755685 List-Archive: http://lists.mysql.com/commits/144677 X-Bug: 11755685 Message-Id: <20120901093556.8884.48810.4220@MJONSSON-LAP.se.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4220 Mattias Jonsson 2012-09-01 Bug#11755685: EXTEND LIMIT BEYOND 1024 PARTITIONS post-push fix: Updated test. modified: mysql-test/r/partition_mgm_err.result mysql-test/t/partition_mgm_err.test 4219 Annamalai Gurusami 2012-09-01 Fixing test case failure. modified: mysql-test/suite/innodb/r/innodb_16k.result mysql-test/suite/innodb/r/innodb_prefix_index_liftedlimit.result === modified file 'mysql-test/r/partition_mgm_err.result' --- a/mysql-test/r/partition_mgm_err.result revid:annamalai.gurusami@stripped +++ b/mysql-test/r/partition_mgm_err.result revid:mattias.jonsson@stripped @@ -98,7 +98,7 @@ PARTITION BY KEY (a) (PARTITION x0, PARTITION x1); ALTER TABLE t1 ADD PARTITION PARTITIONS 0; ERROR HY000: At least one partition must be added -ALTER TABLE t1 ADD PARTITION PARTITIONS 1024; +ALTER TABLE t1 ADD PARTITION PARTITIONS 8192; ERROR HY000: Too many partitions (including subpartitions) were defined ALTER TABLE t1 DROP PARTITION x0; ERROR HY000: DROP PARTITION can only be used on RANGE/LIST partitions === modified file 'mysql-test/t/partition_mgm_err.test' --- a/mysql-test/t/partition_mgm_err.test revid:annamalai.gurusami@stripped +++ b/mysql-test/t/partition_mgm_err.test revid:mattias.jonsson@stripped @@ -147,7 +147,7 @@ PARTITION BY KEY (a) ALTER TABLE t1 ADD PARTITION PARTITIONS 0; --error ER_TOO_MANY_PARTITIONS_ERROR -ALTER TABLE t1 ADD PARTITION PARTITIONS 1024; +ALTER TABLE t1 ADD PARTITION PARTITIONS 8192; --error ER_ONLY_ON_RANGE_LIST_PARTITION ALTER TABLE t1 DROP PARTITION x0; No bundle (reason: useless for push emails).