diff options
Diffstat (limited to 'mysql-test/t/mrg000001.test')
-rw-r--r-- | mysql-test/t/mrg000001.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/mrg000001.test b/mysql-test/t/mrg000001.test index 1c533e91131..eb9f5ebe49e 100644 --- a/mysql-test/t/mrg000001.test +++ b/mysql-test/t/mrg000001.test @@ -15,3 +15,7 @@ INSERT INTO test1 VALUES (11,20),(13,43),(15,11),(17,22),(19,37); INSERT INTO test2 VALUES (12,25),(14,31),(16,42),(18,27),(10,30); @r/mrg000001.result SELECT * from test3 where incr in (1,2,3,4) order by othr; + +DROP TABLE IF EXISTS test3; +DROP TABLE IF EXISTS test1; +DROP TABLE IF EXISTS test2; |