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

Modified Files:
        bin_optimizer.mx 
Log Message:
propagated changes of Sunday Nov 22 2009 - Saturday Nov 28 2009
from the Nov2009 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/11/22 - nielsnes: src/server/bin_optimizer.mx,1.20.2.1
  more leak fixing
  more like join fixing
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: bin_optimizer.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/bin_optimizer.mx,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- bin_optimizer.mx    4 Aug 2009 07:24:17 -0000       1.20
+++ bin_optimizer.mx    28 Nov 2009 19:56:43 -0000      1.21
@@ -218,6 +218,7 @@
        case st_limit:
        case st_releqjoin:
        case st_join2:
+       case st_joinN:
                return 1;
 
        case st_join:
@@ -410,7 +411,8 @@
        }
 
        case st_join:
-       case st_join2:{
+       case st_join2:
+       case st_joinN:{
 
                if (s->op1.stval) {
                        stmt *os = s->op1.stval;


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to