Bug #11588 "Catastrophic failure" when you reuse connections after MySQL restart
Submitted: 27 Jun 2005 10:22 Modified: 10 Jun 2010 19:34
Reporter: Emmanuel KARTMANN Email Updates:
Status: Duplicate Impact on me:
None 
Category:Connector / ODBC Severity:S2 (Serious)
Version:MyODBC 3.51.11 OS:Windows (Windows XP, Windows 2003 Server)
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:

[27 Jun 2005 10:23] Emmanuel KARTMANN
Start HTML Page for test case

Attachment: myodbc_catastrophic_failure.htm (text/html), 979 bytes.

[27 Jun 2005 10:24] Emmanuel KARTMANN
First ASP Page of test case - open connection and stores it in Session

Attachment: myodbc_catastrophic_failure1.asp (text/plain), 1.26 KiB.

[27 Jun 2005 10:24] Emmanuel KARTMANN
Second ASP Page of test case - fetch connection from Session and reuses it (and crashes!)

Attachment: myodbc_catastrophic_failure2.asp (text/plain), 3.51 KiB.

[27 Jun 2005 10:27] Emmanuel KARTMANN
Creates test case database and table

Attachment: myodbc_catastrophic_failure.sql (text/plain), 679 bytes.