1
0
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:
Sinisa@sinisa.nasamreza.org
2002-10-30 18:23:02 +02:00
parent 26c6d970d9
commit a5fcadce65
3 changed files with 11 additions and 0 deletions

View File

@ -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