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:
None 
Category:MySQL Server: Stored Routines Severity:S1 (Critical)
Version:5.0BK, 5.1BK OS:Any (*)
Assigned to: Assigned Account CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

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:

[19 Jun 2006 16:11] Shane Bester
complete stack on windows

Attachment: forbug.txt (text/plain), 1.63 KiB.

[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.