summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/stress/r/misc.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/stress/r/misc.result')
-rw-r--r--mysql-test/suite/stress/r/misc.result9
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/suite/stress/r/misc.result b/mysql-test/suite/stress/r/misc.result
new file mode 100644
index 00000000..6d0a3ea5
--- /dev/null
+++ b/mysql-test/suite/stress/r/misc.result
@@ -0,0 +1,9 @@
+#
+# MDEV-22339 - Assertion `str_length < len' failed in
+# Binary_string::realloc_raw
+#
+CREATE TABLE t1(a INT) ENGINE=MyISAM;
+connect con1, localhost, root;
+disconnect con1;
+connection default;
+DROP TABLE t1;