[MDEV-8625] Bad result set with ignorable characters when using a prefix key Created: 2015-08-14 Updated: 2022-12-16 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Character Sets, Optimizer |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10 |
| Fix Version/s: | 10.1, 10.3 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | upstream | ||
| Description |
|
This bug is known for a long time since adding UCA collations. This script with no index:
and this script with KEY(a):
correctly return one row:
This script with a prefix index KEY(a(1))
erroneously returns empty set. |