Bug #61572 mysqldumpslow does not include output for rows examined
Submitted: 20 Jun 2011 17:03 Modified: 28 Jun 2011 16:20
Reporter: Kevin Benton Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Logging Severity:S4 (Feature request)
Version:5.1.47 OS:Any
Assigned to: CPU Architecture:Any
Tags: Contribution

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:

[20 Jun 2011 17:07] Kevin Benton
mysqldump Patch

Attachment: mysqldump.diff (application/octet-stream, text), 2.82 KiB.

[28 Jun 2011 15:45] Kevin Benton
Replacement now includes efficiency ( ( 100 * rows sent ) / rows examined ) and weight ( ( 100 - efficiency ) * query time )

Attachment: mysqldump.diff (application/octet-stream, text), 3.84 KiB.