[MDEV-15579] Crash in Item_field::used_tables() called by Item::derived_field_transformer_for_having Created: 2018-03-15 Updated: 2018-04-04 Resolved: 2018-04-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.2.15, 10.3.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Galina Shalygina (Inactive) | Assignee: | Galina Shalygina (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The query that fails uses equalities. One of these equalities should be pushed into the WHERE clause and the two others into the HAVING clause.
|
| Comments |
| Comment by Igor Babaev [ 2018-03-25 ] |
|
Ok to push |
| Comment by Galina Shalygina (Inactive) [ 2018-04-03 ] |
|
Pushed in 10.2 |