Bug #56909 | REORGANIZE PARTITION is allowed on HASH/KEY partitioned tables | ||
---|---|---|---|
Submitted: | 21 Sep 2010 22:16 | Modified: | 18 Dec 2011 22:33 |
Reporter: | Mattias Jonsson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Partitions | Severity: | S2 (Serious) |
Version: | 5.1+ | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[21 Sep 2010 22:16]
Mattias Jonsson
[22 Sep 2010 0:36]
MySQL Verification Team
Thank you for the bug report. mysql 5.1 >ALTER TABLE t1 ADD PARTITION PARTITIONS 1; ERROR 6 (HY000): Error on delete of '.\test\t1#P#p0.MYI' (Errcode: 2) mysql 5.1 >
[18 Dec 2011 22:33]
Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at http://dev.mysql.com/doc/en/installing-source.html
[18 Dec 2011 22:55]
Jon Stephens
Documented as follows in the 5.6.5 changelog: An ALTER TABLE ... ADD PARTITION statement subsequent to ALTER TABLE ... REORGANIZE PARTITION failed on a table partitioned by HASH or KEY. Closed.