mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
union.result:
fixing typo union.test: fixing type
This commit is contained in:
@ -935,4 +935,4 @@ select 1 union select 2;
|
||||
1
|
||||
1
|
||||
2
|
||||
set sql_select_limit=1;
|
||||
set sql_select_limit=default;
|
||||
|
@ -502,5 +502,5 @@ set sql_select_limit=1;
|
||||
select 1 union select 2;
|
||||
(select 1) union (select 2);
|
||||
(select 1) union (select 2) union (select 3) limit 2;
|
||||
set sql_select_limit=1;
|
||||
set sql_select_limit=default;
|
||||
|
||||
|
Reference in New Issue
Block a user