Bug #64058 | DATETIME data type botched in queries. | ||
---|---|---|---|
Submitted: | 18 Jan 2012 14:14 | Modified: | 19 Jan 2012 0:27 |
Reporter: | Laurent Michel | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Data Types | Severity: | S2 (Serious) |
Version: | 5.5.20 | OS: | MacOS (10.7.2) |
Assigned to: | CPU Architecture: | Any | |
Tags: | datetime, query |
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
[18 Jan 2012 17:29]
Laurent Michel
[18 Jan 2012 17:29]
Laurent Michel
time_zone_leap_second
Attachment: time_zone_leap_second.csv (text/csv), 27 bytes.
[18 Jan 2012 17:29]
Laurent Michel
time_zone_leap_transition (empty!)
Attachment: time_zone_leap_transition_type.csv (text/csv), 17.88 KiB.
[18 Jan 2012 17:31]
Laurent Michel
time_zone_name table
Attachment: time_zone_name.csv (text/csv), 10.67 KiB.
[18 Jan 2012 17:32]
Laurent Michel
time_zone_transition table
Attachment: time_zone_transition.csv (text/csv), 15.31 KiB.
[19 Jan 2012 0:20]
Jesper wisborg Krogh
Tests on OEL 6.1
Attachment: bug_64058.sql (application/octet-stream, text), 13.32 KiB.