Bug #21666 mysql server crash when defining temporary tables using the socket connection
Submitted: 16 Aug 2006 0:03 Modified: 16 Aug 2006 16:17
Reporter: Cristian Gafton Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:5.0.24 OS:Linux (Linux)
Assigned to: 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:

[16 Aug 2006 0:05] Cristian Gafton
shell script to start up mysqld for this test

Attachment: start-mysqld.sh (application/x-sh, text), 868 bytes.

[16 Aug 2006 0:07] Cristian Gafton
SQL schema that crashes the mysqld server

Attachment: crash.sql (text/x-sql), 3.73 KiB.