[MDEV-8231] GROUP_MIN_MAX is not applied for LIKE Created: 2015-05-26 Updated: 2016-01-11 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 5.5, 10.0, 10.1 |
| Fix Version/s: | 10.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This script:
returns
If I used LIKE instead of BETWEEN with the same table:
group-min-max is not applied:
Group-min-max could safely be applied. |