Bug #51179 Application hangs while sending 1GB data using mysql_stmt_send_long_data()
Submitted: 15 Feb 2010 7:26 Modified: 17 Apr 2010 18:42
Reporter: Sandeep Shelke Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:5.1.31-enterprise-gpl-pro MySQL Ent. 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:

[15 Feb 2010 7:30] Sandeep Shelke
The file contains (C)chunk number and (T)time taken to finish sending that chunk)

Attachment: delay_log.txt (text/plain), 181.31 KiB.