Bug #38469 | invalid memory read and/or crash with utf8 text field, stored procedure, uservar | ||
---|---|---|---|
Submitted: | 30 Jul 2008 18:21 | Modified: | 20 Oct 2008 15:31 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S1 (Critical) |
Version: | 5.0.66a, mysql-5.1.26-rc-linux-i686-glibc23, 5.1.28 | OS: | Any |
Assigned to: | Kristofer Pettersson | 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
[30 Jul 2008 18:23]
Shane Bester
[31 Jul 2008 8:00]
Shane Bester
under valgrind on 5.0.66a on linux there are errors. they are interrmittent though
Attachment: bug38469_valgrind_errors_and_testcase.txt (text/plain), 8.08 KiB.
[15 Sep 2008 8:07]
Shane Bester
valgrind output from 5.1.28
Attachment: bug38469.txt (text/plain), 7.50 KiB.