Bug #65531 | InnoDB DeadLock with all X mode waiting by various non-trans DML | ||
---|---|---|---|
Submitted: | 6 Jun 2012 9:27 | Modified: | 29 Jan 2013 18:37 |
Reporter: | wei liu | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 5.5.16 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | deadlock, indexes, innodb, no gap waiting, non-trans, x mode |
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
[6 Jun 2012 9:28]
wei liu
[6 Jun 2012 9:29]
wei liu
con-current sql script 01
Attachment: 2.Test_Script01.sql (application/octet-stream, text), 394.89 KiB.
[6 Jun 2012 9:29]
wei liu
con-current sql script 02
Attachment: 3.Test_Script02.sql (application/octet-stream, text), 358.47 KiB.
[6 Jun 2012 9:29]
wei liu
log
Attachment: 4.DeadLock_Log.txt (text/plain), 1.92 KiB.