Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
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
- relates to
-
MDEV-19123 Change default charset from latin1 to utf8mb4
- Closed
-
MDEV-28068 Change NATIONAL from utf8mb3 to utf8mb4
- Open