Bug #17107 | SIGSEGV on DELETE with left join in prepared statement | ||
---|---|---|---|
Submitted: | 3 Feb 2006 21:58 | Modified: | 11 Sep 2006 17:01 |
Reporter: | Joel Dice | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.22 | OS: | Linux (Debian Etch (testing)) |
Assigned to: | 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
[3 Feb 2006 22:01]
Joel Dice
[3 Feb 2006 22:05]
Joel Dice
valgrind log
Attachment: valgrind-log.txt (text/plain), 23.48 KiB.
[6 Feb 2006 14:11]
Joel Dice
show create tables and show table status info
Attachment: tables.txt (text/plain), 19.76 KiB.
[21 Feb 2006 22:41]
Joel Dice
query log
Attachment: mysql.log (text/x-log), 178.08 KiB.
[21 Feb 2006 22:42]
Joel Dice
execution log of mysqld corresponding to mysql.log
Attachment: mysql-exec.txt (text/plain), 2.80 KiB.
[6 Mar 2006 21:10]
Joel Dice
script to attempt to reproduce crash
Attachment: replay.sql (text/x-sql), 21.20 KiB.
[2 May 2006 22:11]
Joel Dice
crash trace using 5.0.20a
Attachment: gdb-trace-5.0.20a.txt (text/plain), 3.56 KiB.