Bug #20072 sleep(1) makes protocol error go away, with multi-statement query
Submitted: 25 May 2006 18:29 Modified: 24 Jul 2006 9:18
Reporter: Timothy Smith Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S3 (Non-critical)
Version:5.0.22 OS:Linux (linux, freebsd, any)
Assigned to: Magnus BlÄudd 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:

[25 May 2006 18:30] Timothy Smith
Test program; #define SLEEP_HACK 1 to see changed behavior

Attachment: mult_update.c (application/octet-stream, text), 2.39 KiB.