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

Modified Files:
      Tag: Feb2010
        sql_gencode.mx 
Log Message:
kdiff for deletes is only needed once per table. So on (projection)joins
these aren't needed. This used to work but again because of st_alias
this broke.



Index: sql_gencode.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_gencode.mx,v
retrieving revision 1.352.2.2
retrieving revision 1.352.2.3
diff -u -d -r1.352.2.2 -r1.352.2.3
--- sql_gencode.mx      30 Jan 2010 09:18:08 -0000      1.352.2.2
+++ sql_gencode.mx      30 Jan 2010 11:26:22 -0000      1.352.2.3
@@ -1117,6 +1117,7 @@
                        int r = _dumpstmt(sql, mb, s->op2.stval);
                        char *jt = "join";
 
+                       assert(l >= 0 && r >= 0);
                        if (s->type == st_outerjoin) {
                                jt = "outerjoin";
                        }


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to