Commit d553e165 authored by igor@rurik.mysql.com's avatar igor@rurik.mysql.com

subselect.result:

  Added missing drop statement
subselect.test:
  Added missing drop statement.
parent 9693dc6a
......@@ -2833,3 +2833,4 @@ a
2
3
4
DROP TABLE t1,t2,t3;
......@@ -1812,4 +1812,6 @@ SELECT * FROM t1
WHERE t1.a NOT IN (SELECT a FROM t2 LEFT JOIN t3 ON t2.b=t3.b
WHERE t3.b IS NOT NULL OR t2.a > 10);
DROP TABLE t1,t2,t3;
# End of 4.1 tests
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment