Bug #22150 | Falcon: both client and server hang in case of update conflict | ||
---|---|---|---|
Submitted: | 9 Sep 2006 5:35 | Modified: | 19 Apr 2007 17:09 |
Reporter: | Georg Richter | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Falcon storage engine | Severity: | S3 (Non-critical) |
Version: | 5.2 | OS: | Any |
Assigned to: | Jim Starkey | 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
[24 Oct 2006 11:27]
Matthias Leich
[24 Oct 2006 11:27]
Matthias Leich
Shellscript for reproduction of crash with GDB
Attachment: Z.sh (application/x-shellscript, text), 1.57 KiB.
[24 Oct 2006 11:29]
Matthias Leich
test script
Attachment: falcon_bug_138x.test (application/octet-stream, text), 4.12 KiB.
[24 Oct 2006 11:30]
Matthias Leich
Expected results (in most but not in all cases valid)
Attachment: falcon_bug_138x.result (application/octet-stream, text), 3.12 KiB.