Bug #44764 Segmentation fault caused by calling "correctly" mysql_free_result() function
Submitted: 10 May 2009 8:31 Modified: 14 Jun 2009 17:14
Reporter: Glen Cao Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S1 (Critical)
Version:Ver 8.41 Distrib 5.0.45 OS:Linux (2.6.18-92.1.22.el5)
Assigned to: CPU Architecture:Any
Tags: fault, mysql_free_result, segment

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 May 2009 8:33] Glen Cao
Header file

Attachment: db_mysql.h (application/octet-stream, text), 525 bytes.

[10 May 2009 8:34] Glen Cao
Definition file

Attachment: db_mysql.c (application/octet-stream, text), 2.40 KiB.