mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
union.result, union.test:
a small fix for the test case mysql-test/t/union.test: a small fix for the test case mysql-test/r/union.result: a small fix for the test case
This commit is contained in:
@@ -935,3 +935,4 @@ select 1 union select 2;
|
|||||||
1
|
1
|
||||||
1
|
1
|
||||||
2
|
2
|
||||||
|
set sql_select_limit=1;
|
||||||
|
@@ -502,4 +502,5 @@ set sql_select_limit=1;
|
|||||||
select 1 union select 2;
|
select 1 union select 2;
|
||||||
(select 1) union (select 2);
|
(select 1) union (select 2);
|
||||||
(select 1) union (select 2) union (select 3) limit 2;
|
(select 1) union (select 2) union (select 3) limit 2;
|
||||||
|
set sql_select_limit=1;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user