Bug #53899 Wrong mysql_stmt_errno() after connection loss with automatic reconnect
Submitted: 21 May 2010 18:58 Modified: 14 Oct 2010 15:28
Reporter: Staale Smedseng Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S3 (Non-critical)
Version:5.1+ OS:Any
Assigned to: Staale Smedseng 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:

[21 May 2010 19:01] Staale Smedseng
Client program demonstrating the problem. Based on code from client in #43560.

Attachment: 53899.c (text/x-csrc), 1.34 KiB.