Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
44f4cf6f
Commit
44f4cf6f
authored
Oct 11, 2011
by
Sergey Petrunya
Browse files
Options
Browse Files
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;
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;
...
...
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
;
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