diff options
Diffstat (limited to 'mysql-test/main/long_tmpdir.test')
-rw-r--r-- | mysql-test/main/long_tmpdir.test | 9 |
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 00000000..cf0bed29 --- /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 |