Commit 44f4cf6f authored by Sergey Petrunya's avatar Sergey Petrunya

Fix testcases from the previous push: add missing DROP TABLE statement

parent 8392fa83
...@@ -821,5 +821,6 @@ f3 f4 f4 ...@@ -821,5 +821,6 @@ f3 f4 f4
x x g x x g
x x g x x g
set optimizer_switch= @tmp_869012; set optimizer_switch= @tmp_869012;
DROP TABLE t1,t2,t3;
# This must be the last in the file: # This must be the last in the file:
set optimizer_switch=@subselect_sj2_tmp; set optimizer_switch=@subselect_sj2_tmp;
...@@ -832,6 +832,7 @@ f3 f4 f4 ...@@ -832,6 +832,7 @@ f3 f4 f4
x x g x x g
x x g x x g
set optimizer_switch= @tmp_869012; set optimizer_switch= @tmp_869012;
DROP TABLE t1,t2,t3;
# This must be the last in the file: # This must be the last in the file:
set optimizer_switch=@subselect_sj2_tmp; set optimizer_switch=@subselect_sj2_tmp;
set join_cache_level=default; set join_cache_level=default;
......
...@@ -1006,7 +1006,7 @@ WHERE ( t1.f4 ) IN ( SELECT f4 FROM t3 ) ...@@ -1006,7 +1006,7 @@ WHERE ( t1.f4 ) IN ( SELECT f4 FROM t3 )
AND t2.f4 != t1.f3 ; AND t2.f4 != t1.f3 ;
set optimizer_switch= @tmp_869012; set optimizer_switch= @tmp_869012;
DROP TABLE t1,t2,t3;
--echo # This must be the last in the file: --echo # This must be the last in the file:
set optimizer_switch=@subselect_sj2_tmp; set optimizer_switch=@subselect_sj2_tmp;
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