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

Modified Files:
      Tag: Feb2010
        sql_gencode.mx 
Log Message:
the select statements didn't get pushed through the diffs and unions anymore.
Reason we added lots of 'st_alias'es around statements during the development
of the relational version. These st_aliases are now handled correctly fixing
the push down.


Index: sql_gencode.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_gencode.mx,v
retrieving revision 1.352.2.1
retrieving revision 1.352.2.2
diff -u -d -r1.352.2.1 -r1.352.2.2
--- sql_gencode.mx      24 Jan 2010 20:07:51 -0000      1.352.2.1
+++ sql_gencode.mx      30 Jan 2010 09:18:08 -0000      1.352.2.2
@@ -2201,9 +2201,11 @@
                return;
        } else {
                stmt *opt;
+
                opt = rel2bin(m, s);
                stmt_destroy(s);
-               s = opt;
+               s = bin_optimizer(m, opt);
+               stmt_destroy(opt);
        }
        assert(s);
 


------------------------------------------------------------------------------
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