[MDEV-28118] Wrong collation of `CAST(.. AS CHAR COLLATE DEFAULT)` Created: 2022-03-18 Updated: 2022-03-23 Resolved: 2022-03-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9 |
| Fix Version/s: | 10.9.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Looks wrong. The expected behavior is to return default collation for utf8mb3, which is utf8mb3_general_ci. |