diff options
Diffstat (limited to 'mysql-test/t/windows.test')
-rwxr-xr-x[-rw-r--r--] | mysql-test/t/windows.test | 1 |
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. |