Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17707
Modified Files:
sql_gencode.mx
Log Message:
Make it easy to recognize functions comming from the SQL frontend.
Index: sql_gencode.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_gencode.mx,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -d -r1.347 -r1.348
--- sql_gencode.mx 27 Dec 2009 15:22:47 -0000 1.347
+++ sql_gencode.mx 1 Jan 2010 11:20:50 -0000 1.348
@@ -2252,6 +2252,8 @@
varSetProp(curBlk, getArg(curInstr, 0), inlineProp, op_eq,
NULL);
if ( sideeffects)
varSetProp(curBlk, getArg(curInstr, 0), unsafeProp, op_eq,
NULL);
+ /* SQL function definitions meant for inlineing should not be optimized
before */
+ varSetProp(curBlk, getArg(curInstr, 0), sqlfunctionProp, op_eq, NULL);
stmt_destroy(s);
addQueryToCache(c);
if (backup)
------------------------------------------------------------------------------
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