Bug #28029 | SERIALIZABLE isn't. | ||
---|---|---|---|
Submitted: | 23 Apr 2007 17:40 | Modified: | 5 Mar 2008 12:22 |
Reporter: | David Sharnoff | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 5.0.22 | OS: | Linux |
Assigned to: | Heikki Tuuri | CPU Architecture: | Any |
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
[23 Apr 2007 17:44]
David Sharnoff
[23 Apr 2007 17:48]
David Sharnoff
full query log
Attachment: full-query-log.txt.gz (application/x-gzip, text), 302.46 KiB.
[23 Apr 2007 22:50]
David Sharnoff
Exerpt of the query log, run with 5.0.22
Attachment: excerpt-2.txt (text/plain), 1.09 KiB.
[23 Apr 2007 22:50]
David Sharnoff
Full query log, 2nd run, 5.0.22
Attachment: full-query-log-2.txt.gz (application/x-gzip, text), 331.12 KiB.
[23 Apr 2007 22:51]
David Sharnoff
mysql dump as of the end of the 2nd run (5.0.22)
Attachment: mysqldump-2.txt.gz (application/x-gzip, text), 278.38 KiB.
[24 Apr 2007 18:02]
David Sharnoff
LOCK IN SHARE MODE exerpt
Attachment: exerpt-3.txt (text/plain), 1.13 KiB.
[24 Apr 2007 18:03]
David Sharnoff
LOCK IN SHARE MODE full query log
Attachment: full-query-log-3.txt.gz (application/x-gzip, text), 55.25 KiB.