Bug #15136 | Deadlock on tables with foreign key reference | ||
---|---|---|---|
Submitted: | 22 Nov 2005 14:52 | Modified: | 23 Nov 2005 10:07 |
Reporter: | Maxim M | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 5.0.15-standard-log,4.1.15,possible all | OS: | Linux (RH AS3, AS4,possible all) |
Assigned to: | Bugs System | 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
[22 Nov 2005 14:58]
Maxim M
[22 Nov 2005 14:59]
Maxim M
Java test file
Attachment: DatabaseDeadlockTest.java (text/x-java), 3.36 KiB.
[22 Nov 2005 15:04]
Maxim M
Example deadlock log (SHOW INNODB STATUS)
Attachment: deadlock.log (application/octet-stream, text), 6.83 KiB.