Bug #38692 | concurrent inserts cause valgrind errors in Query_cache::invalidate | ||
---|---|---|---|
Submitted: | 9 Aug 2008 17:14 | Modified: | 21 Oct 2008 17:40 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Query Cache | Severity: | S1 (Critical) |
Version: | 5.1.26, 5.1.28, 6.0.7 | 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
[9 Aug 2008 17:16]
Shane Bester
[9 Aug 2008 19:13]
Shane Bester
testcase.
Attachment: bug38692.c (text/plain), 7.42 KiB.
[3 Oct 2008 9:23]
Shane Bester
output from the bugteam tree
Attachment: bug38692_5.0.30_tmp_mysql-5.1-bugteam_valgrind_errors.txt (text/plain), 18.99 KiB.