summaryrefslogtreecommitdiffstats
path: root/mysql-test/main/long_tmpdir.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/long_tmpdir.result')
-rw-r--r--mysql-test/main/long_tmpdir.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/main/long_tmpdir.result b/mysql-test/main/long_tmpdir.result
new file mode 100644
index 00000000..7e6dd34c
--- /dev/null
+++ b/mysql-test/main/long_tmpdir.result
@@ -0,0 +1,3 @@
+create view v1 as select table_name from information_schema.tables;
+drop view v1;
+End of 5.0 tests