Bug #62257 Application hangs while sending 1GB data using mysql_stmt_send_long_data()
Submitted: 25 Aug 2011 5:27 Modified: 4 Jul 2012 19:28
Reporter: Avinash Dubey Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Prepared statements Severity:S2 (Serious)
Version:5.5.8-enterprise-commercial, 5.1.64 OS:Any
Assigned to: CPU Architecture:Any
Tags: mysql_stmt_send_long_data

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:

[3 Jul 2012 6:23] Avinash Dubey
This is the sample code which inserts text data in emp table

Attachment: Sample.cpp (text/plain), 3.36 KiB.