Bug #42419 | Server crash with "Pure virtual method called" on two concurrent connections | ||
---|---|---|---|
Submitted: | 28 Jan 2009 13:15 | Modified: | 18 Mar 2009 14:57 |
Reporter: | Elena Stepanova | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 4.1.24, 5.0.42, 5.0.74, 5.0.76, 5.0.77, 5.1.31 | OS: | Any |
Assigned to: | Georgi Kodinov | CPU Architecture: | Any |
Tags: | crash, subquery, UPDATE |
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
[28 Jan 2009 13:18]
Elena Stepanova
[3 Feb 2009 7:03]
Shane Bester
testcase
Attachment: bug42419.c (text/plain), 7.71 KiB.
[13 Feb 2009 15:59]
Georgi Kodinov
bug42419.test : mysqltest script to reproduce the crash
Attachment: bug42419.test (, text), 1.34 KiB.