mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Create 'main' test directory and move 't' and 'r' there
This commit is contained in:
9
mysql-test/main/long_tmpdir.test
Normal file
9
mysql-test/main/long_tmpdir.test
Normal file
@ -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
|
Reference in New Issue
Block a user