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

Modified Files:
      Tag: Aug2009_NFI
        pathfinder.mx 
Log Message:
- fix in session mgmt
 


U pathfinder.mx
Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.462.6.6
retrieving revision 1.462.6.7
diff -u -d -r1.462.6.6 -r1.462.6.7
--- pathfinder.mx       8 Oct 2009 09:35:06 -0000       1.462.6.6
+++ pathfinder.mx       8 Oct 2009 09:53:31 -0000       1.462.6.7
@@ -1590,6 +1590,7 @@
         var aborted := (xrpc_statuses.find(idx) = "abort");
         if ((xrpc_mode = "use-cache-repeatable") or aborted) {
             lock_unset(wslock);
+            if (not(aborted)) xrpc_statuses.inplace(idx, "wait");
         } else {
             xrpc_statuses.inplace(idx, "exec");
         }


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