mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
union.result:
fixing typo union.test: fixing type mysql-test/t/union.test: fixing type mysql-test/r/union.result: fixing typo
This commit is contained in:
parent
a8adc4a897
commit
af794dde93
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue