summaryrefslogtreecommitdiff
path: root/mysql-test/main/ctype_sjis.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/ctype_sjis.result')
-rw-r--r--mysql-test/main/ctype_sjis.result22
1 files changed, 16 insertions, 6 deletions
diff --git a/mysql-test/main/ctype_sjis.result b/mysql-test/main/ctype_sjis.result
index ffb92abb1e9..9650bd84cad 100644
--- a/mysql-test/main/ctype_sjis.result
+++ b/mysql-test/main/ctype_sjis.result
@@ -19297,6 +19297,22 @@ SET DEFAULT_STORAGE_ENGINE=Default;
# End of 10.2 tests
#
#
+# Start of 10.4 tests
+#
+#
+# MDEV-26953 Assertion `!str || str != Ptr || !is_alloced()' failed in String::copy upon SELECT with sjis
+#
+SET NAMES sjis;
+CREATE TABLE t (a VARCHAR(3));
+INSERT INTO t VALUES (''),('');
+SELECT GROUP_CONCAT(PASSWORD(a)) AS f FROM t;
+f
+,
+DROP TABLE t;
+#
+# End of 10.4 tests
+#
+#
# Start of 10.5 tests
#
#
@@ -19316,12 +19332,6 @@ EXECUTE IMMEDIATE _cp1257 0xD182;
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '_0143_201A' at line 1
SET NAMES sjis;
#
-# End of 10.5 tests
-#
-#
-# Start of 10.5 tests
-#
-#
# MDEV-22625 SIGSEGV in intern_find_sys_var (optimized builds)
#
SET NAMES sjis;