Bug #15650 | DELETE with LEFT JOIN crashes server with innodb_locks_unsafe_for_binlog | ||
---|---|---|---|
Submitted: | 10 Dec 2005 8:11 | Modified: | 18 Jun 2010 22:49 |
Reporter: | Corin Langosch | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 5.0.16, 5.0.18, 5.0.19 | OS: | Linux (debian linux amd64) |
Assigned to: | CPU Architecture: | Any | |
Tags: | crash, innodb_locks_unsafe_for_binlog |
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
[10 Dec 2005 8:11]
Corin Langosch
[10 Dec 2005 18:32]
Corin Langosch
errrlog from i686
Attachment: mysql_bug.txt (text/plain), 4.11 KiB.
[13 Dec 2005 7:44]
Jan Lindström
More outputs from gdb before MySQL calls unlock_row which causes a assert crash.
Attachment: gdb2.txt (text/plain), 14.72 KiB.