Bug #78609 myisam_stats_method not respected for optimize and repair table
Submitted: 28 Sep 2015 20:22 Modified: 19 Apr 2017 16:36
Reporter: Joe Kislo Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: MyISAM storage engine Severity:S3 (Non-critical)
Version:5.7.16 OS:Any
Assigned to: CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[12 Apr 2017 14:50] Liam McBrien
Contrived example to illustrate OPTIMIZE TABLE changing index cardinality and query plans

Attachment: mysql_bug_78609_example.sql (text/plain), 3.53 KiB.