mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
some test cases for the bugs being fixed
This commit is contained in:
@ -18,3 +18,9 @@ a y
|
||||
3 3
|
||||
3 3
|
||||
drop table if exists t1.t2,t3;
|
||||
select * from (select 1);
|
||||
1
|
||||
1
|
||||
select a from (select 1 as a);
|
||||
a
|
||||
1
|
||||
|
Reference in New Issue
Block a user