summaryrefslogtreecommitdiff
path: root/mysql-test/main/ctype_big5.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/ctype_big5.test')
-rw-r--r--mysql-test/main/ctype_big5.test17
1 files changed, 17 insertions, 0 deletions
diff --git a/mysql-test/main/ctype_big5.test b/mysql-test/main/ctype_big5.test
index 410203c7c86..41991258886 100644
--- a/mysql-test/main/ctype_big5.test
+++ b/mysql-test/main/ctype_big5.test
@@ -269,3 +269,20 @@ let $coll_pad='big5_bin';
--echo #
--echo # End of 10.2 tests
--echo #
+
+
+--echo #
+--echo # Start of 10.5 tests
+--echo #
+
+--echo #
+--echo # MDEV-22625 SIGSEGV in intern_find_sys_var (optimized builds)
+--echo #
+
+SET NAMES big5;
+SET @seq=_big5 0xA3C0;
+--source include/ctype_ident_sys.inc
+
+--echo #
+--echo # End of 10.5 tests
+--echo #