[MDEV-8814] Wrong result for WHERE datetime_column > TIME('00:00:00') Created: 2015-09-18 Updated: 2015-09-18 Resolved: 2015-09-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Temporal Types |
| Affects Version/s: | 10.0, 10.1 |
| Fix Version/s: | 10.1.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | upstream-not-affected | ||
| Description |
|
In this script:
the first SELECT query correctly returns empty set, and the second SELECT query erroneously returns two rows:
|
| Comments |
| Comment by Alexander Barkov [ 2015-09-18 ] |
|
Not repeatable in MySQL-5.7.8 |