Bug #68523 | ResultSet::getString does not return fractional seconds from DATETIME(N) columns | ||
---|---|---|---|
Submitted: | 28 Feb 2013 13:05 | Modified: | 2 Feb 2015 16:21 |
Reporter: | Lucas Cipolla | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / C++ | Severity: | S3 (Non-critical) |
Version: | 1.1.2 | OS: | Windows (MySQL Server 5.6.10) |
Assigned to: | Hemant Dangi | CPU Architecture: | Any |
Tags: | DATETIME(6), getstring, microseconds, milliseconds, TIMESTAMP(6) |
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
[20 Jun 2013 12:11]
Bogdan Degtyariov
[25 Jul 2013 11:56]
Bogdan Degtyariov
Test case version 2
Attachment: bug68523.cpp (text/plain), 890 bytes.
[20 Jan 2015 11:05]
Hemant Dangi
patch with testcase
Attachment: patch_68523.diff (application/octet-stream, text), 3.78 KiB.