[MDEV-11497] Wrong result for (int_expr IN (mixture of signed and unsigned expressions)) Created: 2016-12-07 Updated: 2017-05-25 Resolved: 2016-12-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| 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 script:
erroneously returns the row:
If I now change the left argument to DECIMAL or DOUBLE, it starts to work fine and return an empty set:
CASE suffers from the same problem. See |
| Comments |
| Comment by Alexander Barkov [ 2016-12-17 ] |
|
Pushed into bb-10.2-ext |