1
2#
3# Bug #29015: Stack overflow in processing temporary table name when tmpdir path
4#             is long
5#
6
7create view v1 as select table_name from information_schema.tables;
8drop view v1;
9
10--echo End of 5.0 tests
11