[MDEV-19069] Collations for migrations Created: 2019-03-27 Updated: 2019-03-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Character Sets, Data Definition - Create Table, Locale Settings |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Bienemann (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
In an Oracle application, the following collation parameters have been used with Unicode (4 bytes):
A case-sensitive, language-specific and no-padding collation like e.g. "utf8mb4_<language>_nopad_cs" has been missing in MariaDB. The collation supporting this detailed level of uniqueness is utf8mb4_nopad_bin at the moment. However, its sorting order is not identical to language-specific collations. Hence, it is recommended to consider developing a set of case-sensitive, language-specific and no-padding collations in MariaDB. |