1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-25829 Change default Unicode collation to uca1400_ai_ci

Step#3 The main patch
This commit is contained in:
Alexander Barkov
2023-11-02 14:16:09 +04:00
parent a3117c7983
commit 903b5d6a83
319 changed files with 6376 additions and 3344 deletions

View File

@ -260,7 +260,7 @@ CREATE TABLE mysqltest.my_socket_summary_by_instance (
MAX_TIMER_MISC DECIMAL(60,0) NOT NULL,
pk VARCHAR(20),
PRIMARY KEY(pk, EVENT_NAME, OBJECT_INSTANCE_BEGIN)
) DEFAULT CHARSET=utf8;
) DEFAULT CHARSET=utf8 COLLATE utf8_general_ci;
# The CAST(... AS DECIMAL(60,0)) prevents errors which might show up in case