Bug #24117 | server crash on a FETCH with a cursor on a table which is not in the table cache | ||
---|---|---|---|
Submitted: | 8 Nov 2006 23:51 | Modified: | 1 Feb 2007 1:03 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S2 (Serious) |
Version: | 5.0.26,5.0.28 | OS: | Any (*) |
Assigned to: | Alexey Kopytov | 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
[8 Nov 2006 23:52]
Shane Bester
[8 Nov 2006 23:56]
Shane Bester
stack from 5.0.28 debug build
Attachment: stacke_5.0.28.txt (plain/text, text), 1.06 KiB.
[9 Nov 2006 1:59]
Shane Bester
mysqld-debug.exe crash backtrace on 5.0.26
Attachment: 5.0.26_win_stack.txt (plain/text, text), 3.29 KiB.