Commit af794dde authored by unknown's avatar unknown

union.result:

  fixing typo
union.test:
  fixing type


mysql-test/t/union.test:
  fixing type
mysql-test/r/union.result:
  fixing typo
parent a8adc4a8
......@@ -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;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment