[MDEV-32958] Unusable key notes do not get reported for some operations Created: 2023-12-06 Updated: 2023-12-11 Resolved: 2023-12-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 10.6, 11.3 |
| Fix Version/s: | 10.6.17, 10.11.7, 11.0.5, 11.1.4, 11.2.3, 11.3.2, 11.4.1 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
The equality predicate produces notes about unusable keys as expected:
But these predicates do not produce notes:
|
| Comments |
| Comment by Alexander Barkov [ 2023-12-08 ] |
|
Hello monty, please review a patch: https://github.com/MariaDB/server/commit/cb51a6bd29fb943f4419a51d08ae2fcf155057ce Thanks! |