Bug #4131 | TIMESTAMP columns missing minutes and seconds when using GROUP BY | ||
---|---|---|---|
Submitted: | 14 Jun 2004 20:12 | Modified: | 26 Sep 2004 21:58 |
Reporter: | matt roberts | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.0.20 | OS: | Linux (Linux) |
Assigned to: | Dmitry Lenev | CPU Architecture: | Any |
[14 Jun 2004 20:12]
matt roberts
[14 Jun 2004 20:14]
matt roberts
It's GROUP BY, not order by...
[17 Jun 2004 20:09]
Hartmut Holzgraefe
This happens when mysqld is started with the --new option, looks like some buffers have a size hardcoded to the old YYYYMMDhhmmss format and cut off the rest of the longer YYYY-MM-DD hh:mm:ss format. 4.1.1 does not show this error.
[26 Sep 2004 21:58]
Dmitry Lenev
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html Additional info: Patch was reviewed and approved by Sanja and Konst at MaltaDevCon. ChangeSet 1.1996.2.1 2004/09/27 00:50:00 dlenev@mysql.com Fix for bug #4131 "TIMESTAMP columns missing minutes and seconds when using GROUP BY"