summaryrefslogtreecommitdiff
path: root/mysql-test/main/ctype_utf8mb4_general_ci_ws.test
blob: 5302becdd27ee05e1fa3175dc4cd55285b451055 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--echo #
--echo # Start of 10.7 tests
--echo #

--echo #
--echo # MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF
--echo #

SET NAMES utf8mb4 COLLATE utf8mb4_general_ci;
--source include/ctype_unicode_ws_bmp.inc
--source include/ctype_unicode_ws_supplementary.inc


--echo #
--echo # End of 10.7 tests
--echo #