Bug #55722 | Drop a large innodb table hung the server and lead to server crash | ||
---|---|---|---|
Submitted: | 3 Aug 2010 21:45 | Modified: | 9 Aug 2010 21:42 |
Reporter: | Peiran Song | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 5.1.42, 5.1.45 | OS: | Solaris (also Linux Debian) |
Assigned to: | 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
[3 Aug 2010 22:07]
Peiran Song
[3 Aug 2010 22:08]
Peiran Song
short version of innodb status output for case 2
Attachment: case_2.err.short (application/octet-stream, text), 17.55 KiB.