Bug #30410 "INSERT DELAYED" queries hang during massive "DELETE" operation
Submitted: 14 Aug 2007 16:13 Modified: 23 Nov 2007 16:14
Reporter: Vesselin Bakalov Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: Locking Severity:S2 (Serious)
Version:5.0.38 OS:Linux
Assigned to: Kristofer Pettersson CPU Architecture:Any
Tags: DELAYED, delete, hang, insert, query

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:

[14 Aug 2007 16:16] Vesselin Bakalov
The source code for the test application.  Build with `gcc main.c -lmysqlclient_r`

Attachment: main.c (text/x-csrc), 2.16 KiB.