Bug #54582 stack overflow when opening many tables linked with foreign keys at once
Submitted: 17 Jun 2010 11:37 Modified: 1 Dec 2010 0:43
Reporter: Susanne Ebrecht Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S1 (Critical)
Version:5.0.91,5.1.48, 5.1.49, 5.5.3 OS:Any (Ubuntu 10.04 amd64)
Assigned to: Jimmy Yang 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:

[17 Jun 2010 13:39] Shane Bester
import this file into server. then shutdown/restart mysqld and "select * from information_schema.tables"

Attachment: bug54582.sql (application/octet-stream, text), 62.35 KiB.

[9 Jul 2010 6:46] Shane Bester
stack trace of the crash....

Attachment: bug54582_stack.zip (application/x-zip-compressed, text), 5.27 KiB.