Bug #45048 prepared statements corrupt the heap
Submitted: 23 May 2009 16:58 Modified: 11 Sep 2009 15:14
Reporter: Boyan Kasarov Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / C++ Severity:S1 (Critical)
Version:2009-05-22 10:56:07 OS:Linux (gentoo x86_64)
Assigned to: Andrey Hristov 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:

[23 May 2009 17:00] Boyan Kasarov
valgrind log from running unmodified test.

Attachment: valgrind_test_output.txt (text/plain), 32.77 KiB.

[23 May 2009 17:02] Boyan Kasarov
valgrind log from running the test with the patch from the description.

Attachment: valgrind_test_patched.txt (text/plain), 65.19 KiB.

[23 May 2009 17:04] Boyan Kasarov
Output from the test, same both for patched and not-patched test.

Attachment: test_output.txt (text/plain), 1.03 KiB.