Bug #28735 fetch_result_str bug
Submitted: 29 May 2007 6:58 Modified: 26 Jun 2009 15:10
Reporter: David Anderson Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S3 (Non-critical)
Version:5.0.41 OS:Any
Assigned to: [ name withheld ] CPU Architecture:Any
Tags: documentation, prepared statement

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:

[29 May 2007 6:59] David Anderson
Sample code to reproduce problem

Attachment: mysql_bug_report.c (text/plain), 1.16 KiB.