Update of /cvsroot/monetdb/pathfinder/compiler/core
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19168/compiler/core

Modified Files:
      Tag: Aug2009_NFI
        fs.brg 
Log Message:
instead of passing the low-level mode string ("use-cache-repeatable")
in the option pf:session-mode, we just have a boolean optional option 
pf:session-nocache (default is "false") to ask for a session that uses 
cached results, but can not add new cached results to the session (and 
thus multiple such concurrent queries are allowed to run in parallel)



U fs.brg
Index: fs.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/core/fs.brg,v
retrieving revision 1.74.8.2
retrieving revision 1.74.8.3
diff -u -d -r1.74.8.2 -r1.74.8.3
--- fs.brg      16 Oct 2009 08:10:21 -0000      1.74.8.2
+++ fs.brg      16 Oct 2009 08:49:39 -0000      1.74.8.3
@@ -3263,8 +3263,8 @@
                             PFqname (PFns_lib, "session-timeout"),
                             PFstrUtils_skipUntilSubString (content, ":"));
                 PFenv_bind (PFoptions,
-                            PFqname (PFns_lib, "session-mode"),
-                            PFstrdup ("use-cache-repeatable"));
+                            PFqname (PFns_lib, "session-immutable"),
+                            PFstrdup ("true"));
             }
             else
                 /* We don't understand pragmas anyway */


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to