[MDEV-8704] Wrong result for SELECT..WHERE LENGTH(double_column)!=6 AND double_column=100e0 Created: 2015-08-30 Updated: 2015-09-12 Resolved: 2015-09-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 5.5, 10.0, 10.1 |
| Fix Version/s: | 10.1.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | propagation, upstream | ||
| Issue Links: |
|
||||||||
| Description |
|
The first SELECT query correctly returns no rows, the second SELECT query erroneously returns one row. |
| Comments |
| Comment by Alexander Barkov [ 2015-09-12 ] |
|
Repeatable in MySQL-5.7.8 |