Bug #30626 | No result record for SQLGetTypeInfo for TIMESTAMP | ||
---|---|---|---|
Submitted: | 24 Aug 2007 16:38 | Modified: | 10 Nov 2009 15:08 |
Reporter: | Colin Stearman | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 5.1.4 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | Bug #7231, regression |
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
[30 Aug 2007 7:24]
Tonci Grgin
[4 Sep 2007 13:46]
Colin Stearman
SQLGetTypeInfo log for 3.51.11.1
Attachment: mySQL_3.51.11.1.LOG (application/octet-stream, text), 214.45 KiB.
[4 Sep 2007 13:47]
Colin Stearman
SQLGetTypeInfo log for 3.51.19
Attachment: mySQL_3.51.19.LOG (application/octet-stream, text), 312.94 KiB.
[10 Sep 2007 18:34]
Colin Stearman
Test Results Table
Attachment: sqlgettypeinfo.pdf (application/pdf, text), 4.21 KiB.
[14 Jun 2008 17:19]
Jess Balint
test to show initial problem
Attachment: bug30626.c (text/plain), 2.59 KiB.