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

Modified Files:
      Tag: M5XQ
        fs.brg 
Log Message:
propagated changes of Friday Oct 16 2009
from the development trunk to the M5XQ branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/10/16 - sjoerd: compiler/core/fs.brg,1.77
  propagated changes of Friday Oct 16 2009
  from the Nov2009 branch to the development trunk
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2009/10/16 - sjoerd: compiler/core/fs.brg,1.74.6.3
    propagated changes of Friday Oct 16 2009
    from the Aug2009_NFI branch to the Nov2009 branch
  
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      2009/10/16 - boncz: compiler/core/fs.brg,1.74.8.3
      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.73.2.3
retrieving revision 1.73.2.4
diff -u -d -r1.73.2.3 -r1.73.2.4
--- fs.brg      16 Oct 2009 08:51:45 -0000      1.73.2.3
+++ fs.brg      16 Oct 2009 16:16:50 -0000      1.73.2.4
@@ -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