union.result:

fixing typo
union.test:
  fixing type
This commit is contained in:
Sinisa@sinisa.nasamreza.org 2004-05-04 16:48:34 +03:00
parent 909d69ff0a
commit b58127689e
2 changed files with 2 additions and 2 deletions

View file

@ -935,4 +935,4 @@ select 1 union select 2;
1
1
2
set sql_select_limit=1;
set sql_select_limit=default;

View file

@ -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;