DP_S/build/lib/mysql/mysql-test/r/long_tmpdir.result

4 lines
99 B
Plaintext
Raw Normal View History

2024-04-24 10:25:44 +08:00
create view v1 as select table_name from information_schema.tables;
drop view v1;
End of 5.0 tests