Bug #33480 | (Falcon) deadlock on inserts into a partitioned auto_increment table | ||
---|---|---|---|
Submitted: | 22 Dec 2007 13:44 | Modified: | 2 May 2008 23:06 |
Reporter: | Philip Stoev | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Falcon storage engine | Severity: | S3 (Non-critical) |
Version: | 6.0.4 | OS: | Any |
Assigned to: | Kevin Lewis | 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
[22 Dec 2007 13:45]
Philip Stoev
[23 Dec 2007 18:03]
Philip Stoev
Test case for bug 33480 -- compile instructions are in file's header
Attachment: bug33480.c (text/plain), 4.83 KiB.