Bug #7414 | mysqldumpslow improvements: inverse grep, rows examined, abstractions IN, VALUES | ||
---|---|---|---|
Submitted: | 18 Dec 2004 20:22 | Modified: | 8 Mar 2009 8:57 |
Reporter: | Nils Goroll | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: mysqldump Command-line Client | Severity: | S4 (Feature request) |
Version: | 4.0, still present in 4.1.7, 5.0.45,5.1.21 | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | Contribution |
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:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[17 Oct 2007 15:38]
Nils Goroll
[17 Oct 2007 16:14]
Nils Goroll
latest version with more fixes
Attachment: mysqldumpslow (application/octet-stream, text), 8.04 KiB.
[17 Oct 2007 16:21]
Nils Goroll
Patch of the latest version against 5.0.45
Attachment: mysqldumpslow_patch_bug7414 (application/octet-stream, text), 5.89 KiB.
[22 Oct 2007 8:05]
Nils Goroll
Fixed glitch: no "next" when parsing use/connect
Attachment: mysqldumpslow (application/octet-stream, text), 7.98 KiB.
[22 Oct 2007 11:14]
Nils Goroll
Dokumentation of changes of latest version
Attachment: mysqldumpslow_changes_documentation.txt (x-application/octet-stream, text), 10.80 KiB.
[22 Oct 2007 11:14]
Nils Goroll
latest version with more fixes
Attachment: mysqldumpslow (application/octet-stream, text), 8.80 KiB.
[9 Jan 2008 16:49]
Chad MILLER
Nils' contrib in patch form (estimated)
Attachment: m.diff (text/x-diff), 9.57 KiB.