Update of /cvsroot/monetdb/sql/src/test
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3319

Modified Files:
        marcin1.sql 
Log Message:
Make the test order independent


Index: marcin1.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/marcin1.sql,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- marcin1.sql 27 Nov 2005 20:52:15 -0000      1.8
+++ marcin1.sql 31 Dec 2009 01:29:34 -0000      1.9
@@ -15,7 +15,7 @@
 -- and now some strange queries and even stranger results
 
 -- cartesian-product missing
-select * from t1,t2;
+select * from t1,t2 order by t1.id, t1.val, t2.id, t2.val;
 
 -- These actually give good results (cartesian-product like):
 select t1.id,t2.id from t1,t2 where t1.id<>t2.id;


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to