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:
None 
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

File: Maximum allowed size is 50MB.
Description:
Privacy:

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:

[19 Jan 2006 22:27] Heikki Tuuri
Fixed btr0sea.c for 5.0.18

Attachment: btr0sea.c (text/plain), 41.88 KiB.

[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.