mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
some code cleanup as per CTO's instructions plus a small bug fix with
a corresponding test case....
This commit is contained in:
@ -37,3 +37,6 @@ select * from (select 1);
|
||||
select a from (select 1 as a);
|
||||
a
|
||||
1
|
||||
select 1 from (select 1);
|
||||
1
|
||||
1
|
||||
|
@ -21,3 +21,4 @@ SELECT (SELECT 1) as a FROM (SELECT 1 FROM t1 HAVING a=1);
|
||||
drop table if exists t1.t2,t3;
|
||||
select * from (select 1);
|
||||
select a from (select 1 as a);
|
||||
select 1 from (select 1);
|
||||
|
Reference in New Issue
Block a user