1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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:
Sinisa@sinisa.nasamreza.org
2002-11-12 14:40:32 +02:00
parent 8fa715304f
commit 7bd4fb813a
4 changed files with 7 additions and 3 deletions

View File

@ -37,3 +37,6 @@ select * from (select 1);
select a from (select 1 as a);
a
1
select 1 from (select 1);
1
1