[MDEV-9411] Wrong sort order when Collation = latin1_swedish_ci Created: 2016-01-13 Updated: 2017-11-05 Resolved: 2017-11-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Affects Version/s: | 10.0.20 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Terje Rosenlund | Assignee: | Alexander Barkov |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Server: hostnamectl my.cnf: mySql: |
||
| Description |
|
Is this is a bug or is it my setup that causes problems? |
| Comments |
| Comment by Elena Stepanova [ 2016-01-13 ] | |
|
If I understand this chart right, I could guess that the case-insensitive collation accounts for problems 2, 3, 4.
I will redirect this question to the character set expert bar who can say for sure if it's a bug or not. | |
| Comment by Alexander Barkov [ 2017-11-05 ] | |
|
Elena is right, for problems 2, 3,4 the reason is case insensitive collation. The order of equal characters is not predictable.
For the problems N1: It says that the order is: So å is expected to go before æ. |