1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

merge + order by (bug #515) temporary fix

properly fixed in 4.1
This commit is contained in:
unknown
2003-07-04 14:42:57 +02:00
parent b22a797631
commit 2848b0bed9
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;