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: | |
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 |
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:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[10 May 2009 8:33]
Glen Cao
[10 May 2009 8:34]
Glen Cao
Definition file
Attachment: db_mysql.c (application/octet-stream, text), 2.40 KiB.