Bug #22364 | Inconsistent "matched rows" when executing UPDATE | ||
---|---|---|---|
Submitted: | 14 Sep 2006 19:53 | Modified: | 2 May 2007 19:32 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.36, 5.0.33, 5.0.24a | OS: | Linux (Linux, x86_64) |
Assigned to: | Alexey Kopytov | 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
[14 Sep 2006 19:54]
[ name withheld ]
[15 Sep 2006 13:50]
[ name withheld ]
connector/J network traffic dump
Attachment: connector.cap (application/octet-stream, text), 469 bytes.
[15 Sep 2006 13:50]
[ name withheld ]
SQLYob network traffic dump
Attachment: yog.cap (application/octet-stream, text), 468 bytes.
[13 Feb 2007 1:44]
[ name withheld ]
Script file that can be used to reproduce the bug automagicaly.
Attachment: reproduce_bug.sh (application/x-sh, text), 1.39 KiB.