Bug #39878 On a net_write_timeout condition, fetching data With ODBC Returns No Error
Submitted: 6 Oct 2008 11:38 Modified: 11 Feb 2011 11:00
Reporter: Alain Charroux Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / ODBC Severity:S2 (Serious)
Version:3.51.26, 5.1 OS:Windows
Assigned to: Rafal Somla 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:

[7 Oct 2008 10:03] Alain Charroux
Source file to reproduce the issue and one output showing the err

Attachment: reproducingBug#39878.zip (application/x-zip-compressed, text), 5.59 KiB.

[8 Dec 2010 21:52] Rafal Somla
program to reproduce the problem

Attachment: bug39879.cpp (text/plain), 4.99 KiB.

[8 Dec 2010 22:04] Rafal Somla
again but with better formatting :P

Attachment: bug39879.cpp (text/plain), 5.02 KiB.

[21 Dec 2010 18:52] Rafal Somla
Implementation of the proposed fix.

Attachment: bug39878.diff (, text), 5.19 KiB.