Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28682/compiler/mil
Modified Files:
Tag: Nov2009
milgen.brg
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: milgen.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milgen.brg,v
retrieving revision 1.222.2.5
retrieving revision 1.222.2.6
diff -u -d -r1.222.2.5 -r1.222.2.6
--- milgen.brg 19 Oct 2009 08:59:05 -0000 1.222.2.5
+++ milgen.brg 10 Nov 2009 18:15:32 -0000 1.222.2.6
@@ -11033,7 +11033,7 @@
PFarray_t *opt;
bool nocache = false;
long long timeout = 0;
- char *qid = "";
+ char *qid = NULL;
/* Retrieve session information from the global option list. */
opt = PFenv_lookup (PFoptions, PFqname(PFns_lib, "session-id"));
@@ -11182,7 +11182,7 @@
declare (var (PF_MIL_VAR_XRPC_METHOD)),
declare (var (PF_MIL_VAR_XRPC_COORD)),
- assgn (var (PF_MIL_VAR_XRPC_QID), lit_str(qid)),
+ assgn (var (PF_MIL_VAR_XRPC_QID), lit_str(qid?qid:"")),
assgn (var (PF_MIL_VAR_XRPC_CALLER), lit_str("")),
assgn (var (PF_MIL_VAR_XRPC_HDL), lit_int(0)),
assgn (var (PF_MIL_VAR_XRPC_SEQNR), lit_lng(0)),
------------------------------------------------------------------------------
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