Update of /cvsroot/monetdb/pathfinder/runtime
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28682/runtime

Modified Files:
      Tag: Nov2009
        pathfinder.mx 
Log Message:
two fixes:
- by default, pathfinder would set xrpc_mode to request a cached working set
- small error that made (some/all?) update queries fail 



Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.462.4.6
retrieving revision 1.462.4.7
diff -u -d -r1.462.4.6 -r1.462.4.7
--- pathfinder.mx       16 Oct 2009 08:25:37 -0000      1.462.4.6
+++ pathfinder.mx       10 Nov 2009 18:15:32 -0000      1.462.4.7
@@ -1586,7 +1586,7 @@
 {
     if (bit(and(update,2)) and (xrpc_mode.search("cache") >= 0)) {
         if (xrpc_mode.search("use") >= 0) ERROR("ws_create(): cannot update in 
a pf:session-use session");
-        xrpc_timeout := 0; # updates in a session terminate the session
+        xrpc_timeout := 0LL; # updates in a session terminate the session
     }
 
     # NOTE: use pre-query MIL variables xrpc_qid/xrpc_timeout to possibly 
re-use an existing ws


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to