Update of /cvsroot/monetdb/pathfinder
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1515/pathfinder
Modified Files:
HowToStart-PF configure.ag vertoo.data
Log Message:
There has been the desire to rename "MapiClient" into "mclient"
and this "tiny" checkin serves to implment (most of) this desire;
I did not change any Windows installer files and/or MapiClient-related
.bat (batch-) scripts.
Details:
Martin already added "mclient" as clone of "MapiClient" in clients,
and Sjoerd fixed the RPM .spec files for packaging accordingly.
(Windows installer files will most probably follow soon.)
To ensure a "smooth" transition, the idea is to provide both
"MapiClient" and "mclient" with the upcoming feature release of clients.
This allows backward compatibility with the currently released "Stable"
versions of the remaining MonetDB packages.
This checking makes sure that the development versions of all remaining
MonetDB packages move from using "MapiClient" to using "mclient",
requiring the latest development version of clients, that will soon be
released as new feature release "MonetDB-Clients 1.20.0".
Once also the current development versions of the remainig MonetDB pakages
(now using "mclient" instead of "MapiClient") have been released,
"MapiClient" can/will be removed from clients.
For convenient reference, these changes are wrapped in tags
"MapiClient_2_mclient-before" & "MapiClient_2_mclient-after".
Please note:
Like various "MapiClient"/"mclient"-related (and other) changes in
monetwed/ before, these changes reflect the situation of the to-be
release new feature release of clients (MonetDB-Clients);
hence, these changes should not go life, before the respective
release has been finished.
Index: vertoo.data
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/vertoo.data,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- vertoo.data 3 Jun 2007 21:11:04 -0000 1.18
+++ vertoo.data 22 Aug 2007 06:21:59 -0000 1.19
@@ -1,5 +1,5 @@
monetdb = major:1; minor:18; release:0; rc:x; build:1;
monetdb4 = major:4; minor:18; release:0; rc:x; build:1;
-clients = major:1; minor:18; release:0; rc:x; build:1;
+clients = major:1; minor:19; release:0; rc:x; build:1;
monetdb5 = major:5; minor:0; release:0; rc:x; build:1;
pathfinder = major:0; minor:19; release:0; rc:x; build:1;
\ No newline at end of file
Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/configure.ag,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- configure.ag 18 Aug 2007 22:37:59 -0000 1.112
+++ configure.ag 22 Aug 2007 06:21:59 -0000 1.113
@@ -93,7 +93,7 @@
AC_MSG_ERROR([Pathfinder requires a C99 compliant C compiler, but your
C compiler does not seem to be C99 compliant.])
fi
-req_clients_ver='1.18.0'
+req_clients_ver='1.19.0'
# ^^^^^^
# Maintained via vertoo. Please don't modify by hand!
# Contact [EMAIL PROTECTED] for details and/or assistance.
Index: HowToStart-PF
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/HowToStart-PF,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- HowToStart-PF 10 Nov 2006 00:01:08 -0000 1.22
+++ HowToStart-PF 22 Aug 2007 06:21:58 -0000 1.23
@@ -280,9 +280,9 @@
shred_doc("/MyPath/MyDoc.xml","MyDoc.xml");
-2) In a second shell, start a MapiClient by simply calling::
+2) In a second shell, start a mclient by simply calling::
- MapiClient -lmil
+ mclient -lmil
and then give the same MIL command as above::
@@ -320,7 +320,7 @@
As a security restriction, XML documents without an explicitly created
alias are currently *only* accessible when the requests are issued
from the same machine where Mserver runs (i.e. either on the Mserver
-console in MIL, or through a MapiClient that runs on the local
+console in MIL, or through a mclient that runs on the local
machine).
**SECURITY WARNING**: anybody logged into the Mserver machine, who
@@ -338,9 +338,9 @@
Executing XQuery queries
~~~~~~~~~~~~~~~~~~~~~~~~
-Use the XQuery language setting of MapiClient (-lxquery or short -lx)::
+Use the XQuery language setting of mclient (-lxquery or short -lx)::
- MapiClient -lx [files]
+ mclient -lx [files]
This executes a *single* XQuery found in the file (or multiple files,
which are concatenated), or on standard input (if no file is passed),
@@ -349,9 +349,9 @@
In case of standard input, interactive mode is not allowed. You must
pipe in a script::
- MapiClient -lx < file.xq
+ mclient -lx < file.xq
-You may request timing information with the MapiClient --time (-T)
+You may request timing information with the mclient --time (-T)
option, in which case extra lines are appended to the output, that
split out execution time:
@@ -365,11 +365,11 @@
The Shred time is zero if the document was already cached on the
server (or if your query does not involve any documents). The total
time may be larger than the sum of the other times; the difference
-then is communication time between MapiClient and the Mserver.
+then is communication time between mclient and the Mserver.
The default mode (``dm``) for XQuery output results are pretty-printed
sequences. You may enforce all output to be valid XML, with the
-MapiClient option ``-o xml``. Your output will then be enclosed by
+mclient option ``-o xml``. Your output will then be enclosed by
<XQueryResult> root tags.
The output mode (``dm`` or ``xml``) may be set with the
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins