Bug #26324 | falcon crashes while updating a blob record | ||
---|---|---|---|
Submitted: | 13 Feb 2007 15:22 | Modified: | 3 May 2007 10:52 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Falcon storage engine | Severity: | S1 (Critical) |
Version: | 5.2.3-falcon-alpha-debug | OS: | Linux (suse9.3 x86) |
Assigned to: | Jim Starkey | CPU Architecture: | Any |
Tags: | crash, UPDATE |
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
[13 Feb 2007 15:32]
Shane Bester
[13 Feb 2007 18:30]
Shane Bester
see header of file for compile instructions + host,user,database,port
Attachment: testcase.c (text/plain), 7.03 KiB.
[26 Mar 2007 22:37]
Hakan Küçükyılmaz
More predictable version of the test case
Attachment: falcon_bug_26324.c (text/x-csrc), 8.68 KiB.
[5 Apr 2007 16:00]
Hakan Küçükyılmaz
Seed value and number of threads is settable via command line option now.
Attachment: falcon_bug_26324.tar.gz (application/x-gzip, text), 3.50 KiB.
[18 Apr 2007 22:07]
Hakan Küçükyılmaz
Latest version
Attachment: falcon_bug_26324.tar.gz (application/x-gzip, text), 3.64 KiB.
[25 Apr 2007 9:44]
Hakan Küçükyılmaz
Latest version
Attachment: falcon_bug_26324.tar.gz (application/x-gzip, text), 3.66 KiB.