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

Modified Files:
      Tag: M5XQ
        milgen.brg 
Log Message:
propagated changes of Tuesday Nov 10 2009
from the XQFT branch to the M5XQ branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/11/10 - sjoerd: compiler/mil/milgen.brg,1.229.2.1
  propagated changes of Tuesday Nov 10 2009
  from the development trunk to the XQFT branch
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2009/11/10 - sjoerd: compiler/mil/milgen.brg,1.230
    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.215.2.14
retrieving revision 1.215.2.15
diff -u -d -r1.215.2.14 -r1.215.2.15
--- milgen.brg  21 Oct 2009 10:37:58 -0000      1.215.2.14
+++ milgen.brg  10 Nov 2009 18:58:25 -0000      1.215.2.15
@@ -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