Bug #51818 Core Dump in mysql_stmt_close (Segmentation fault)
Submitted: 8 Mar 2010 8:04 Modified: 30 Jan 2013 17:03
Reporter: yog vashishth Email Updates:
Status: Not a Bug Impact on me:
None 
Category:Connector / C Severity:S1 (Critical)
Version:mysql-connector-c-6.0.2 OS:Linux (RHEL5)
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:

[20 Mar 2010 6:48] yog vashishth
test case repeating the scenarion of the bug as reported

Attachment: mysqltest1.cpp (application/octet-stream, text), 6.13 KiB.

[20 Mar 2010 6:49] yog vashishth
script to restart mysql server every 9 sec

Attachment: restratMysqlServer.sh (text/plain), 113 bytes.