[MDEV-27896] Wrong result upon `COLLATE latin1_bin CHARACTER SET latin1` on the table or the database level Created: 2022-02-19 Updated: 2022-11-12 Resolved: 2022-05-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets, Parser |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9 |
| Fix Version/s: | 10.9.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||
| Description |
|
The order of the CHARACTER SET and the COLLATE clauses is not strict on the table and the database level.
Notice, the COLLATE latin1_bin was ignored.
Notice, the COLLATE latin1_bin was ignored. |