summaryrefslogtreecommitdiff
path: root/mysql-test/main/long_tmpdir.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/long_tmpdir.test')
-rw-r--r--mysql-test/main/long_tmpdir.test9
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/main/long_tmpdir.test b/mysql-test/main/long_tmpdir.test
new file mode 100644
index 00000000000..cf0bed29918
--- /dev/null
+++ b/mysql-test/main/long_tmpdir.test
@@ -0,0 +1,9 @@
+#
+# Bug #29015: Stack overflow in processing temporary table name when tmpdir path
+# is long
+#
+
+create view v1 as select table_name from information_schema.tables;
+drop view v1;
+
+--echo End of 5.0 tests