mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
added a test case.
And I am not able to find a Changelog for 4.1 mysql-test/r/union.result: added a test case mysql-test/t/union.test: added a test case
This commit is contained in:
parent
5d2e98ff5f
commit
49185c7769
2 changed files with 5 additions and 0 deletions
|
|
@ -197,3 +197,5 @@ a
|
|||
11
|
||||
set SQL_SELECT_LIMIT=DEFAULT;
|
||||
drop table t1,t2;
|
||||
select * union select 1;
|
||||
No tables used
|
||||
|
|
|
|||
|
|
@ -98,3 +98,6 @@ set SQL_SELECT_LIMIT=2;
|
|||
(select * from t1 limit 1) union (select * from t2 limit 3);
|
||||
set SQL_SELECT_LIMIT=DEFAULT;
|
||||
drop table t1,t2;
|
||||
|
||||
--error 1096
|
||||
select * union select 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue