From a7abddeffa6a760ce948c2dfb007cdf3f1a369d5 Mon Sep 17 00:00:00 2001 From: Michael Widenius Date: Fri, 9 Mar 2018 14:05:35 +0200 Subject: Create 'main' test directory and move 't' and 'r' there --- mysql-test/main/long_tmpdir.result | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mysql-test/main/long_tmpdir.result (limited to 'mysql-test/main/long_tmpdir.result') diff --git a/mysql-test/main/long_tmpdir.result b/mysql-test/main/long_tmpdir.result new file mode 100644 index 00000000000..7e6dd34ced1 --- /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 -- cgit v1.2.1