summaryrefslogtreecommitdiff
path: root/mysql-test/t/ctype_utf32_uca.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/ctype_utf32_uca.test')
-rw-r--r--mysql-test/t/ctype_utf32_uca.test9
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/t/ctype_utf32_uca.test b/mysql-test/t/ctype_utf32_uca.test
index e08e747445e..2319515e830 100644
--- a/mysql-test/t/ctype_utf32_uca.test
+++ b/mysql-test/t/ctype_utf32_uca.test
@@ -56,6 +56,8 @@ select group_concat(c1 order by binary c1 separator '') from t1 group by c1 coll
select group_concat(c1 order by binary c1 separator '') from t1 group by c1 collate utf32_croatian_mysql561_ci;
select group_concat(c1 order by binary c1 separator '') from t1 group by c1 collate utf32_croatian_ci;
select group_concat(c1 order by binary c1 separator '') from t1 group by c1 collate utf32_german2_ci;
+select group_concat(c1 order by binary c1 separator '') from t1 group by c1 collate utf32_unicode_520_ci;
+select group_concat(c1 order by binary c1 separator '') from t1 group by c1 collate utf32_vietnamese_ci;
drop table t1;
@@ -201,5 +203,12 @@ SET collation_connection=utf32_german2_ci;
--source include/ctype_german.inc
--echo #
+--echo # WL#2673 Unicode Collation Algorithm new version
+--echo #
+SET NAMES utf8mb4;
+SET collation_connection=utf32_unicode_520_ci;
+--source include/ctype_unicode520.inc
+
+--echo #
--echo # End of 5.6 tests
--echo #