Bug #20540 | sp with multitable delete causes crash under high concurrency | ||
---|---|---|---|
Submitted: | 19 Jun 2006 16:10 | Modified: | 30 Jun 2006 10:38 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S1 (Critical) |
Version: | 5.0BK, 5.1BK | OS: | Any (*) |
Assigned to: | Assigned Account | 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
[19 Jun 2006 16:11]
Shane Bester
[19 Jun 2006 17:34]
Shane Bester
crashes on 5.1BK on linux, resolved
Attachment: 5.1.12-beta-bk.stack (application/octet-stream, text), 10.12 KiB.
[19 Jun 2006 17:55]
Shane Bester
crashes on 5.0BK on linux
Attachment: 5.0.23bk.stack (application/octet-stream, text), 30.34 KiB.
[23 Jun 2006 0:56]
Shane Bester
C program to create multiple threads. See top of file for how to compile and run
Attachment: bug20540.c (text/x-csrc), 5.37 KiB.