mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/work-update-4.1
This commit is contained in:
@ -65,3 +65,6 @@ a t
|
||||
19 19
|
||||
20 20
|
||||
drop table if exists t1;
|
||||
SELECT * FROM (SELECT (SELECT * FROM (SELECT 1 as a)));
|
||||
(SELECT * FROM (SELECT 1 as a))
|
||||
1
|
||||
|
@ -33,4 +33,5 @@ while ($1)
|
||||
}
|
||||
enable_query_log;
|
||||
SELECT * FROM (SELECT * FROM t1) ORDER BY a ASC LIMIT 0,20;
|
||||
drop table if exists t1;
|
||||
drop table if exists t1;
|
||||
SELECT * FROM (SELECT (SELECT * FROM (SELECT 1 as a)));
|
||||
|
Reference in New Issue
Block a user