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

Modified Files:
        sql_gencode.mx 
Log Message:
Splitting the test for more control later on.


Index: sql_gencode.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_gencode.mx,v
retrieving revision 1.346
retrieving revision 1.347
diff -u -d -r1.346 -r1.347
--- sql_gencode.mx      13 Dec 2009 20:33:15 -0000      1.346
+++ sql_gencode.mx      27 Dec 2009 15:22:47 -0000      1.347
@@ -2243,7 +2243,7 @@
                InstrPtr p = getInstrPtr(curBlk,i);
                if ( getFunctionId(p)== bindRef || getFunctionId(p)== 
bindidxRef)
                        continue;
-               sideeffects = sideeffects || hasSideEffects(p,FALSE);
+               sideeffects = sideeffects || hasSideEffects(p,FALSE) || 
isUpdateInstruction(p);
                if ( p->token == RETURNsymbol || p->token == YIELDsymbol ||
                     p->barrier == RETURNsymbol || p->barrier == YIELDsymbol)
                        retseen++;


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