1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

merge + order by (bug #515) temporary fix

properly fixed in 4.1
This commit is contained in:
serg@serg.mylan
2003-07-04 14:42:57 +02:00
parent ede742b630
commit 6a40b8e889
3 changed files with 6 additions and 1 deletions

View File

@@ -607,4 +607,6 @@ x y
1 3
select * from t3 where x = 1 and y < 5 order by y desc;
x y
1 3
1 2
drop table t1,t2,t3;