Update of /cvsroot/monetdb/MonetDB5/src/tools
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1515/MonetDB5/src/tools
Modified Files:
mchkpnt mrecover
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: mchkpnt
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/mchkpnt,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- mchkpnt 19 Aug 2007 20:25:14 -0000 1.13
+++ mchkpnt 22 Aug 2007 06:21:52 -0000 1.14
@@ -64,7 +64,7 @@
# massage the argument list to prepare for calling
DBNAME=""
ASCII="no"
-TOOL="MapiClient -lsql"
+TOOL="mclient -lsql"
while [ $# -gt 0 ];
do
case "$1" in
@@ -90,7 +90,7 @@
TOOL=${TOOL#--tool=}
case "$TOOL" in
[Mm]api)
- TOOL="MapiClient -lsql"
+ TOOL="mclient -lsql"
;;
[Jj][Dd][Bb][Cc])
TOOL="JdbcClient"
Index: mrecover
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/mrecover,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- mrecover 19 Aug 2007 20:25:14 -0000 1.11
+++ mrecover 22 Aug 2007 06:21:56 -0000 1.12
@@ -64,7 +64,7 @@
# massage the argument list to prepare for calling
DBNAME=""
ASCII="no"
-TOOL="MapiClient -lsql"
+TOOL="mclient -lsql"
while [ $# -gt 0 ];
do
case "$1" in
@@ -90,7 +90,7 @@
TOOL=${TOOL#--tool=}
case "$TOOL" in
[Mm]api)
- TOOL="MapiClient -lsql"
+ TOOL="mclient -lsql"
;;
[Jj][Dd][Bb][Cc])
TOOL="JdbcClient"
-------------------------------------------------------------------------
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-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins