Bug #16582 | InnoDB: Error in an adaptive hash index pointer to page | ||
---|---|---|---|
Submitted: | 17 Jan 2006 20:35 | Modified: | 19 Jun 2010 0:04 |
Reporter: | Heikki Tuuri | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | All up to 5.0.18 | OS: | Any (all) |
Assigned to: | Marko Mäkelä | 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
[19 Jan 2006 22:27]
Heikki Tuuri
[24 Jan 2006 11:58]
Marko Mäkelä
Patch for 4.0 and 4.1
Attachment: bug16582-fix4.1.patch (text/x-patch), 2.50 KiB.
[24 Jan 2006 12:29]
Marko Mäkelä
Patch for 4.0 (the previous one only works for 4.1)
Attachment: bug16582-fix4.0.patch (text/x-patch), 1.52 KiB.
[1 Feb 2010 12:15]
Wei Zhang
a python script to trigger the bug
Attachment: trigger.py (text/x-python), 2.26 KiB.