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

Modified Files:
      Tag: M5XQ
        xrpc_client.mx 
Log Message:
propagated changes of Thursday Nov 12 2009
from the XQFT branch to the M5XQ branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/11/12 - sjoerd: runtime/xrpc_client.mx,1.56.4.1
  propagated changes of Thursday Nov 12 2009
  from the development trunk to the XQFT branch
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2009/11/12 - sjoerd: runtime/xrpc_client.mx,1.57
    propagated changes of Thursday Nov 12 2009
    from the Nov2009 branch to the development trunk
  
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      2009/11/12 - boncz: runtime/xrpc_client.mx,1.56.2.1
      my batch of promised bugfixes for Nov2009
      - disable prepared query mechanism for function-only queries (avoid mps!)
      - make heuristic to use indices even more strict (not inside the where 
clause
        of a for-loop with >1 variables, as it may be a join).
      - fix property bug in shredder (in case of tables with a single tuple, 
being
        appended to my a incremental multi-doc shred).
      - fix simple bug (crash in printf format) in xrpc_client
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: xrpc_client.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc_client.mx,v
retrieving revision 1.55.4.1
retrieving revision 1.55.4.2
diff -u -d -r1.55.4.1 -r1.55.4.2
--- xrpc_client.mx      22 Sep 2009 11:38:29 -0000      1.55.4.1
+++ xrpc_client.mx      12 Nov 2009 09:04:09 -0000      1.55.4.2
@@ -939,8 +939,8 @@
                 updCall?"true":"false");
     } else {
         ret = stream_printf(bs, XRPC_REQ_BODY, rpc_module, rpc_uri,
-                rpc_method, arity, iterc, xrpc_hostport,
-                seqnr, updCall?"true":"false");
+                rpc_method, arity, iterc, updCall?"true":"false",
+                xrpc_hostport, seqnr);
     }
     if (ret < 0) 
         return clean_up(bs, argcnt, iterc);


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