Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
mariadb
Commits
44f4cf6f
Commit
44f4cf6f
authored
13 years ago
by
Sergey Petrunya
Browse files
Options
Download
Email Patches
Plain Diff
Fix testcases from the previous push: add missing DROP TABLE statement
parent
8392fa83
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
mysql-test/r/subselect_sj2.result
mysql-test/r/subselect_sj2.result
+1
-0
mysql-test/r/subselect_sj2_jcl6.result
mysql-test/r/subselect_sj2_jcl6.result
+1
-0
mysql-test/t/subselect_sj2.test
mysql-test/t/subselect_sj2.test
+1
-1
No files found.
mysql-test/r/subselect_sj2.result
View file @
44f4cf6f
...
...
@@ -821,5 +821,6 @@ f3 f4 f4
x x g
x x g
set optimizer_switch= @tmp_869012;
DROP TABLE t1,t2,t3;
# This must be the last in the file:
set optimizer_switch=@subselect_sj2_tmp;
This diff is collapsed.
Click to expand it.
mysql-test/r/subselect_sj2_jcl6.result
View file @
44f4cf6f
...
...
@@ -832,6 +832,7 @@ f3 f4 f4
x x g
x x g
set optimizer_switch= @tmp_869012;
DROP TABLE t1,t2,t3;
# This must be the last in the file:
set optimizer_switch=@subselect_sj2_tmp;
set join_cache_level=default;
...
...
This diff is collapsed.
Click to expand it.
mysql-test/t/subselect_sj2.test
View file @
44f4cf6f
...
...
@@ -1006,7 +1006,7 @@ WHERE ( t1.f4 ) IN ( SELECT f4 FROM t3 )
AND
t2
.
f4
!=
t1
.
f3
;
set
optimizer_switch
=
@
tmp_869012
;
DROP
TABLE
t1
,
t2
,
t3
;
--
echo
# This must be the last in the file:
set
optimizer_switch
=@
subselect_sj2_tmp
;
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment