[MCOL-4721] CHAR(1) is not collation-aware for GROUP/DISTINCT Created: 2021-05-14 Updated: 2021-05-19 Resolved: 2021-05-19 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | PrimProc |
| Affects Version/s: | 5.6.1, 6.1.1 |
| Fix Version/s: | 5.6.1, 6.1.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | incomplete_fix | ||
| Issue Links: |
|
||||||||||||
| Sprint: | 2021-7, 2021-8 | ||||||||||||
| Description |
|
It seems the fix for
This script demonstrates the problem:
The above results are wrong: 'A' and 'a' are equal values in latin1_swedish_ci. Both queries should return one row. The expected results are:
|