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: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 3.51.26, 5.1 | OS: | Windows |
Assigned to: | Rafal Somla | CPU Architecture: | Any |
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:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[7 Oct 2008 10:03]
Alain Charroux
[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.