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: | |
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 |
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
[23 May 2009 17:00]
Boyan Kasarov
[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.