Update of /cvsroot/monetdb/pathfinder/runtime
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32030/runtime
Modified Files:
pathfinder.mx
Log Message:
propagated changes of Tuesday Nov 10 2009
from the Nov2009 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/11/10 - boncz: runtime/pathfinder.mx,1.462.4.7
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.469
retrieving revision 1.470
diff -u -d -r1.469 -r1.470
--- pathfinder.mx 16 Oct 2009 08:43:15 -0000 1.469
+++ pathfinder.mx 10 Nov 2009 18:29:50 -0000 1.470
@@ -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