mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
many bug fixes
This commit is contained in:
@@ -33,5 +33,7 @@ while ($1)
|
||||
}
|
||||
enable_query_log;
|
||||
SELECT * FROM (SELECT * FROM t1) as b ORDER BY a ASC LIMIT 0,20;
|
||||
explain select count(*) from t1 as tt1, (select * from t1) as tt2;
|
||||
drop table if exists t1;
|
||||
SELECT * FROM (SELECT (SELECT * FROM (SELECT 1 as a) as a )) as b;
|
||||
select * from (select 1 as a) b left join (select 2 as a) c using(a);
|
||||
|
||||
Reference in New Issue
Block a user