Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
Description
Please add support for utf8mb4_0900_* collations in MariaDB Server. This would allow for better accent handling in text data.
This also makes migrations from MySQL 8.0 to MariaDB easier.
This is also a requirement for getting replication to work from MySQL 8.0 to MariaDB and MariaDB to MySQL 8.0
The plan is to implement most of the MySQL 8.0 utf8mb4_0900 collations as alias for the MariaDB utf8mb4_1400 collations.
This should be fine in most cases as utf8mb4_1400 is a newer version of the utf8mb4_0900 collations.
Attachments
Issue Links
- causes
-
MDEV-35876 speedup collation/charset lookup
-
- In Review
-
-
MDEV-36213 Doubled memory usage (11.4.4 <-> 11.4.5)
-
- Confirmed
-
- is duplicated by
-
MDEV-35256 Alias MySQL 900 collations into MariaDB 1400 collations
-
- Closed
-
- is part of
-
MDEV-28906 MySQL 8.0 desired compatibility
-
- Open
-
- relates to
-
MDEV-35642 Support replication from MySQL 8.0 to MariaDB
-
- In Progress
-
-
MDEV-25291 Add support for missing MySQL collations
-
- Needs Feedback
-
- links to