added a test case.

And I am not able to find a Changelog for 4.1
parent e3763981
...@@ -197,3 +197,5 @@ a ...@@ -197,3 +197,5 @@ a
11 11
set SQL_SELECT_LIMIT=DEFAULT; set SQL_SELECT_LIMIT=DEFAULT;
drop table t1,t2; drop table t1,t2;
select * union select 1;
No tables used
...@@ -98,3 +98,6 @@ set SQL_SELECT_LIMIT=2; ...@@ -98,3 +98,6 @@ set SQL_SELECT_LIMIT=2;
(select * from t1 limit 1) union (select * from t2 limit 3); (select * from t1 limit 1) union (select * from t2 limit 3);
set SQL_SELECT_LIMIT=DEFAULT; set SQL_SELECT_LIMIT=DEFAULT;
drop table t1,t2; drop table t1,t2;
--error 1096
select * union select 1;
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