Bug #19502 Disable/Enable keys for partitioned tables not supported
Submitted: 3 May 2006 6:32 Modified: 22 May 2006 14:40
Reporter: Mikael Ronström Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Partitions Severity:S3 (Non-critical)
Version: OS:
Assigned to: Mikael Ronström CPU Architecture:Any

[3 May 2006 6:32] Mikael Ronström
Description:
Create partitioned table using MyISAM as handler
Disable keys
Enable keys

How to repeat:
Create partitioned table using MyISAM as handler
Disable keys
Enable keys

Suggested fix:
Implement enable_indexes and disable_indexes in partitioned handler
[20 May 2006 15:52] Mikael Ronström
Patch will appear in 5.1.11
[22 May 2006 14:40] 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 bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html

Additional info:

Documented in 5.1.11 changelog and ALTER TABLE section of 5.1 Manual. Closed.