Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1066/src/backends/monet5

Modified Files:
        sql_gencode.mx 
Log Message:
the optimizer now recognizes range joins and selects


U sql_gencode.mx
Index: sql_gencode.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_gencode.mx,v
retrieving revision 1.323
retrieving revision 1.324
diff -u -d -r1.323 -r1.324
--- sql_gencode.mx      7 Jun 2009 11:58:41 -0000       1.323
+++ sql_gencode.mx      8 Jun 2009 04:43:10 -0000       1.324
@@ -913,12 +913,12 @@
                                q = pushBit(mb, q, FALSE);
                                break;
                        case 1:
-                               q = pushBit(mb, q, FALSE);
                                q = pushBit(mb, q, TRUE);
+                               q = pushBit(mb, q, FALSE);
                                break;
                        case 2:
-                               q = pushBit(mb, q, TRUE);
                                q = pushBit(mb, q, FALSE);
+                               q = pushBit(mb, q, TRUE);
                                break;
                        case 3:
                                q = pushBit(mb, q, TRUE);


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to