summaryrefslogtreecommitdiff
path: root/mysql-test/main/ctype_utf8mb4_general_ci_ws.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/ctype_utf8mb4_general_ci_ws.test')
-rw-r--r--mysql-test/main/ctype_utf8mb4_general_ci_ws.test16
1 files changed, 16 insertions, 0 deletions
diff --git a/mysql-test/main/ctype_utf8mb4_general_ci_ws.test b/mysql-test/main/ctype_utf8mb4_general_ci_ws.test
new file mode 100644
index 00000000000..5302becdd27
--- /dev/null
+++ b/mysql-test/main/ctype_utf8mb4_general_ci_ws.test
@@ -0,0 +1,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 #