Bug #65184 | Impossible to optimize subpartitions | ||
---|---|---|---|
Submitted: | 2 May 2012 15:09 | Modified: | 18 Sep 2013 13:15 |
Reporter: | Михаил Веселов | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Partitions | Severity: | S3 (Non-critical) |
Version: | 5.5.9, 5.5.25 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[2 May 2012 15:09]
Михаил Веселов
[2 May 2012 19:16]
Sveta Smirnova
Thank you for the report. Verified as described.
[18 Sep 2013 13:15]
Jon Stephens
Fixed in 5.7. Documented as follows in the 5.7.2 changelog: The following operations are now supported for individual subpartitions as well as partitions: ANALYZE, CHECK, OPTIMIZE, REBUILD, REPAIR, and TRUNCATE. Closed.
[7 Jul 2014 13:32]
Jon Stephens
Updated changelog entry to read as follows: The following operations are now supported for individual subpartitions as well as partitions: ANALYZE, CHECK, OPTIMIZE, REPAIR, and TRUNCATE. Note. This fix also allows the use of REPAIR with individual subpartitions, even though this is not actually supported by MySQL, and has no effect. This issue is fixed in MySQL 5.7.5 and later by disallowing REPAIR with subpartitions in ALTER TABLE statements. See also BUG#19075411 and BUG#73130.
[7 Jul 2014 13:32]
Jon Stephens
See BUG#65184 for additional docs info.