~drizzle-trunk/drizzle/development

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