summaryrefslogtreecommitdiff
path: root/mysql-test/t/windows.test
diff options
context:
space:
mode:
authorGeorgi Kodinov <kgeorge@mysql.com>2008-10-17 11:49:23 +0300
committerGeorgi Kodinov <kgeorge@mysql.com>2008-10-17 11:49:23 +0300
commit3602a4e7a44fa00373f7f409846f4b31dcf4f44c (patch)
tree4fb07e211f138eb9e4b42697226e2aa2dd98c79c /mysql-test/t/windows.test
parent172f64911be8bed66ea66bea34e9ba0a093eb8ba (diff)
parent0f678ee60d976835ca3eecf3f13dbfed45a6dcda (diff)
downloadmariadb-git-3602a4e7a44fa00373f7f409846f4b31dcf4f44c.tar.gz
merged 5.0-bugteam -> 5.1-bugteam
Diffstat (limited to 'mysql-test/t/windows.test')
-rwxr-xr-x[-rw-r--r--]mysql-test/t/windows.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/windows.test b/mysql-test/t/windows.test
index 92ca0c3a3ec..6871caaa756 100644..100755
--- a/mysql-test/t/windows.test
+++ b/mysql-test/t/windows.test
@@ -33,6 +33,7 @@ drop table t1;
#
CREATE TABLE t1 (a int, b int); INSERT INTO t1 VALUES (1,1);
EXPLAIN SELECT * FROM t1 WHERE b = (SELECT max(2));
+DROP TABLE t1;
--echo End of 5.0 tests.