Bug #61536 | MySQL intentional server crash on semaphore wait from INSERT | ||
---|---|---|---|
Submitted: | 16 Jun 2011 13:46 | Modified: | 30 Jan 2013 14:21 |
Reporter: | Jeff Gilchrist | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 5.5.12, 5.5.16 | OS: | Windows (Windows XP 64bit) |
Assigned to: | CPU Architecture: | Any | |
Tags: | crash, innodb, insert, lock, Semaphore |
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
[16 Jun 2011 13:47]
Jeff Gilchrist
[16 Jun 2011 13:49]
Jeff Gilchrist
MySQL log with intentional crash output
Attachment: crashlog.txt (text/plain), 6.20 KiB.
[17 Jun 2011 14:38]
Jeff Gilchrist
Semaphore wait warnings from INSERTs to two different tables at same time
Attachment: warning_log.txt (text/plain), 38.84 KiB.