[MDEV-6971] Bad results with joins comparing TIME and DOUBLE/DECIMAL columns Created: 2014-10-29 Updated: 2014-11-18 Resolved: 2014-11-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 5.5.40, 10.0.14 |
| Fix Version/s: | 10.0.15 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Both SELECT queries correctly return 2 rows. If I add a primary key on t2 and return the same queries:
both SELECT queries return only one row. The same problem is repeatable if I change t2.a from DOUBLE to DECIMAL(30,10). |