Bug #50302 memory leak in php calling mysql_real_escape_string
Submitted: 13 Jan 2010 8:51 Modified: 15 Jan 2010 8:02
Reporter: Don Cohen Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:5.0.77 OS:Linux (2.6.18-128.el5)
Assigned to: 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:

[13 Jan 2010 17:49] Don Cohen
complete test program demonstrating memory leak

Attachment: test.php (application/octet-stream, text), 2.93 KiB.