Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
Description
To help users to switch to utf8mb4 easier (see MDEV-19123), let's remap utf8 operating system locales (such as en_US.UTF-8 on Linux) from the current utf8mb3 to utf8mb4.
Another option is to take into account OLD_MODE, to map locales like en_US.UTF-8 to MariaDB character sets as follows:
- to utf8mb3 if OLD_MODE=utf8_is_utf8mb3 is specified
- to utf8mb4 otherwise
Attachments
Issue Links
- blocks
-
MDEV-30041 don't set utf8_is_utf8mb3 by default in the old-mode
- Open
- duplicates
-
MDEV-22217 Make OS character sets "utf8" and "utf-8" map to MariaDB character set "utf8mb4"
- Stalled
- relates to
-
MDEV-19123 Change default charset from latin1 to utf8mb4
- Closed
-
MDEV-28068 Change NATIONAL from utf8mb3 to utf8mb4
- Open