| Bug #41802 | SP with multitable update with derived table + flush tables crashes server | ||
|---|---|---|---|
| Submitted: | 31 Dec 2008 7:00 | Modified: | 31 Jan 2010 23:10 |
| Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
| Status: | Duplicate | Impact on me: | |
| Category: | MySQL Server: Locking | Severity: | S1 (Critical) |
| Version: | 5.0.74,5.1.25, 5.1.26,5.1.30 | OS: | Any |
| Assigned to: | Assigned Account | CPU Architecture: | Any |
| Tags: | regression, valgrind | ||
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
[2 Jan 2009 8:33]
Shane Bester
[2 Jan 2009 8:36]
Shane Bester
valgrind errors before crash. ignore the memory comment earlier - it was SP cache, and not a leak.
Attachment: bug41802_valgrind_errors.txt (text/plain), 9.99 KiB.
