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
0b226a92
Commit
0b226a92
authored
Apr 23, 2008
by
gshchepa/uchum@host.loc
Browse files
Options
Browse Files
Download
Plain Diff
Merge host.loc:/home/uchum/work/5.0-bugteam
into host.loc:/home/uchum/work/5.1-bugteam
parents
cdd0428a
9c707374
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/subselect.result
mysql-test/r/subselect.result
+1
-1
mysql-test/t/subselect.test
mysql-test/t/subselect.test
+1
-1
No files found.
mysql-test/r/subselect.result
View file @
0b226a92
...
@@ -4345,7 +4345,7 @@ select t1.a from t1 where
...
@@ -4345,7 +4345,7 @@ select t1.a from t1 where
t1.a= (select b from t2 limit 1) and not
t1.a= (select b from t2 limit 1) and not
t1.a= (select a from t2 limit 1) ;
t1.a= (select a from t2 limit 1) ;
a
a
drop table t1;
drop table t1
, t2
;
End of 5.0 tests.
End of 5.0 tests.
CREATE TABLE t1 (a int, b int);
CREATE TABLE t1 (a int, b int);
INSERT INTO t1 VALUES (2,22),(1,11),(2,22);
INSERT INTO t1 VALUES (2,22),(1,11),(2,22);
...
...
mysql-test/t/subselect.test
View file @
0b226a92
...
@@ -3223,7 +3223,7 @@ select t1.a from t1 where
...
@@ -3223,7 +3223,7 @@ select t1.a from t1 where
t1
.
a
=
(
select
b
from
t2
limit
1
)
and
not
t1
.
a
=
(
select
b
from
t2
limit
1
)
and
not
t1
.
a
=
(
select
a
from
t2
limit
1
)
;
t1
.
a
=
(
select
a
from
t2
limit
1
)
;
drop
table
t1
;
drop
table
t1
,
t2
;
--
echo
End
of
5.0
tests
.
--
echo
End
of
5.0
tests
.
...
...
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