Bug #74315 Unsupported buffer type for mysql_stmt_bind_result function
Submitted: 10 Oct 2014 12:31 Modified: 13 Oct 2014 9:41
Reporter: Hemant Dangi Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S3 (Non-critical)
Version: 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:

[10 Oct 2014 12:32] Hemant Dangi
testcase

Attachment: test_geometry.c (text/plain), 886 bytes.