Update of /cvsroot/monetdb/pathfinder/runtime
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv22412/runtime
Modified Files:
xrpc_client.mx
Log Message:
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.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- xrpc_client.mx 22 Sep 2009 10:37:58 -0000 1.56
+++ xrpc_client.mx 12 Nov 2009 08:39:51 -0000 1.57
@@ -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