mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge 4.1 to 5.0
This commit is contained in:
@@ -149,10 +149,10 @@ select (select a from t1 where t1.a=t2.b), a from t2;
|
||||
(select a from t1 where t1.a=t2.b) a
|
||||
NULL 1
|
||||
NULL 2
|
||||
select (select a from t1), a from t2;
|
||||
(select a from t1) a
|
||||
2 1
|
||||
2 2
|
||||
select (select a from t1), a, (select 1 union select 2 limit 1) from t2;
|
||||
(select a from t1) a (select 1 union select 2 limit 1)
|
||||
2 1 1
|
||||
2 2 1
|
||||
select (select a from t3), a from t2;
|
||||
(select a from t3) a
|
||||
NULL 1
|
||||
|
||||
Reference in New Issue
Block a user