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

Modified Files:
      Tag: Aug2009_NFI
        pathfinder.mx 
Log Message:


U pathfinder.mx
Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.462.6.5
retrieving revision 1.462.6.6
diff -u -d -r1.462.6.5 -r1.462.6.6
--- pathfinder.mx       8 Oct 2009 09:32:49 -0000       1.462.6.5
+++ pathfinder.mx       8 Oct 2009 09:35:06 -0000       1.462.6.6
@@ -1529,6 +1529,7 @@
             var timeout := 0LL; 
             if (bit(xrpc_timeout)) timeout := usec() + *(1000LL, xrpc_timeout);
             xrpc_timeouts.inplace(idx, timeout);
+            xrpc_statuses.inplace(idx, "reserved");
         }
         ws := [access]([copy](ws),BAT_WRITE); # use a copy, no locking required
     } else {
@@ -1539,7 +1540,7 @@
             xrpc_timeouts.append(usec() + *(1000LL, xrpc_timeout));
             xrpc_wsbats.append(ws);
             xrpc_locks.append(wslock);
-            xrpc_statuses.append("exec");
+            xrpc_statuses.append("reserved");
             xrpc_mode := "cache-repeatable";
         }
     }


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