1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

MDEV-4929 Myanmar collation

This commit is contained in:
Alexander Barkov
2013-12-20 12:42:33 +04:00
parent e9b3c97141
commit a6e5ac2279
13 changed files with 15098 additions and 0 deletions

View File

@@ -564,3 +564,21 @@ SET NAMES utf8mb4 COLLATE utf8mb4_unicode_520_ci;
--echo #
--echo # End of 5.6 tests
--echo #
--echo #
--echo # Start of MariaDB-10.0 tests
--echo #
--echo
--echo #
--echo # MDEV-4929 Myanmar collation
--echo #
SET NAMES utf8 COLLATE utf8_myanmar_ci;
--source include/ctype_myanmar.inc
SET collation_connection=ucs2_myanmar_ci;
--source include/ctype_myanmar.inc
--echo #
--echo # End of MariaDB-10.0 tests
--echo #

View File

@@ -1,3 +1,4 @@
-- source include/have_ucs2.inc
-- source include/have_utf16.inc
--disable_warnings
@@ -190,3 +191,20 @@ SET collation_connection=utf16_unicode_520_ci;
--echo #
--echo # End of 5.6 tests
--echo #
--echo #
--echo # Start of MariaDB-10.0 tests
--echo #
--echo
--echo #
--echo # MDEV-4929 Myanmar collation
--echo #
SET NAMES utf8;
SET collation_connection=utf16_myanmar_ci;
--source include/ctype_myanmar.inc
--echo #
--echo # End of MariaDB-10.0 tests
--echo #

View File

@@ -212,3 +212,20 @@ SET collation_connection=utf32_unicode_520_ci;
--echo #
--echo # End of 5.6 tests
--echo #
--echo #
--echo # Start of MariaDB-10.0 tests
--echo #
--echo
--echo #
--echo # MDEV-4929 Myanmar collation
--echo #
SET NAMES utf8;
SET collation_connection=utf32_myanmar_ci;
--source include/ctype_myanmar.inc
--echo #
--echo # End of MariaDB-10.0 tests
--echo #

View File

@@ -54,3 +54,19 @@ SET collation_connection=utf8mb4_czech_ci;
--echo #
--echo # End of 5.5 tests
--echo #
--echo #
--echo # Start of MariaDB-10.0 tests
--echo #
--echo
--echo #
--echo # MDEV-4929 Myanmar collation
--echo #
SET NAMES utf8mb4 COLLATE utf8mb4_myanmar_ci;
--source include/ctype_myanmar.inc
--echo #
--echo # End of MariaDB-10.0 tests
--echo #