Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32009/compiler/mil

Modified Files:
        milgen.brg 
Log Message:
propagated changes of Tuesday Nov 10 2009
from the Nov2009 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/11/10 - boncz: compiler/mil/milgen.brg,1.222.2.6
  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.229
retrieving revision 1.230
diff -u -d -r1.229 -r1.230
--- milgen.brg  21 Oct 2009 10:03:59 -0000      1.229
+++ milgen.brg  10 Nov 2009 18:29:46 -0000      1.230
@@ -11034,7 +11034,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"));
@@ -11184,7 +11184,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

Reply via email to