mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
three bug fixes and major code cleanup
This commit is contained in:
@ -230,3 +230,7 @@ id_master id text1 text2
|
||||
1 3 NULL bar3
|
||||
1 4 foo4 bar4
|
||||
drop table if exists t1,t2;
|
||||
(SELECT 1,3) UNION (SELECT 2,1) ORDER BY (SELECT 2);
|
||||
1 3
|
||||
1 3
|
||||
2 1
|
||||
|
Reference in New Issue
Block a user