Bug #47300 | innodb insert dead lock | ||
---|---|---|---|
Submitted: | 14 Sep 2009 8:19 | Modified: | 21 Dec 2009 16:58 |
Reporter: | jim chen | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: Locking | Severity: | S2 (Serious) |
Version: | 5.1.30 | OS: | Linux |
Assigned to: | CPU Architecture: | Any | |
Tags: | dead lock |
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
[14 Sep 2009 8:20]
jim chen
[14 Sep 2009 10:01]
jim chen
table lock info
Attachment: mysqllockinfo.txt (text/plain), 6.42 KiB.
[16 Sep 2009 9:15]
jim chen
the processlist when lock
Attachment: processlist.txt (text/plain), 18.22 KiB.
[16 Sep 2009 9:15]
jim chen
innodb status when lock
Attachment: innodbstatus.txt (text/plain), 4.49 KiB.