[MDEV-11514] IN with a mixture of TIME and DATETIME returns a wrong result Created: 2016-12-09 Updated: 2017-05-25 Resolved: 2016-12-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Temporal Types |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2, 10.3 |
| Fix Version/s: | 10.3.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | datatype | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
This query correctly returns TRUE:
If I add more values into the IN list, it returns FALSE with a warning:
CASE demonstrates the same problem. See |
| Comments |
| Comment by Alexander Barkov [ 2016-12-17 ] |
|
Pushed into bb-10.2-ext |