[MDEV-4857] Wrong result of HOUR('1 00:00:00') Created: 2013-08-08 Updated: 2014-01-29 Resolved: 2013-12-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.3 |
| Fix Version/s: | 10.0.7 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
HOUR() correctly returns hour>23 values in this script:
and in this script:
However, it does not work well in some cases:
MySQL-5.5 exhibit the same behaviour. So this bug should probably be fixed only in 10.0 |
| Comments |
| Comment by Sergei Golubchik [ 2013-08-09 ] |
|
I'd say, it should be fixed from 5.3 upwards |
| Comment by Alexander Barkov [ 2013-12-10 ] |
|
Fixed in 5.3 and 5.5. |
| Comment by Daniel Bartholomew [ 2014-01-29 ] |
|
http://bazaar.launchpad.net/~maria-captains/maria/5.5/revision/3992 http://bazaar.launchpad.net/~maria-captains/maria/5.5/revision/2502.567.173 |