Bug #2566 SIGPIPE on reconnect from MyODBC needs mutex
Submitted: 29 Jan 2004 18:18 Modified: 9 Nov 2007 15:33
Reporter: Boyd Gerber Email Updates:
Status: Can't repeat Impact on me:
None 
Category:Connector / ODBC Severity:S2 (Serious)
Version:3.51.07 OS:Any (All)
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:

[29 Jan 2004 18:21] Boyd Gerber
gzip tar files for this problem

Attachment: dbtest.tar.gz (application/x-gunzip, text), 13.29 KiB.

[8 Nov 2007 10:24] Susanne Ebrecht
this is the C test programm. Compiled with gcc -g -Wall -I /usr/local/include/ -o bug2566 bug2566.c -L /usr/local/lib -liodbc

Attachment: bug2566.c (text/x-csrc), 14.73 KiB.

[8 Nov 2007 10:25] Susanne Ebrecht
this is the trace file after stopping the programm after more then 10 hours (occurs error)

Attachment: bugs.odbc5.mysql.20071107-192552.trace (application/octet-stream, text), 34.33 KiB.

[8 Nov 2007 10:27] Susanne Ebrecht
Trace after stopping after round about one minute. The differences of both trace files start at line 1105 at the files

Attachment: bugs.odbc5.mysql.20071108-104136.trace (application/octet-stream, text), 36.29 KiB.