Update of /cvsroot/monetdb/sql
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1515/sql
Modified Files:
FAQ HowToStart-SQL HowToStart-SQL-Win32.txt configure.ag
dump-restore.html dump-restore.txt 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: dump-restore.txt
===================================================================
RCS file: /cvsroot/monetdb/sql/dump-restore.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dump-restore.txt 13 Sep 2006 13:18:08 -0000 1.3
+++ dump-restore.txt 22 Aug 2007 06:22:04 -0000 1.4
@@ -49,4 +49,4 @@
It is also possible to restore from the command line. Start a SQL
Server, and then issue the command
- MapiClient -lsql -umonetdb -Pmonetdb < dump.sql
+ mclient -lsql -umonetdb -Pmonetdb < dump.sql
Index: vertoo.data
===================================================================
RCS file: /cvsroot/monetdb/sql/vertoo.data,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- vertoo.data 9 Jul 2007 09:58:12 -0000 1.26
+++ vertoo.data 22 Aug 2007 06:22:04 -0000 1.27
@@ -1,5 +1,5 @@
monetdb = major:1; minor:18; release:0; rc:x; build:1;
monetdb4 = major:4; minor:19; 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:1; release:0; rc:x; build:1;
sql = major:2; minor:19; release:0; rc:x; build:1;
\ No newline at end of file
Index: HowToStart-SQL
===================================================================
RCS file: /cvsroot/monetdb/sql/HowToStart-SQL,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- HowToStart-SQL 15 Aug 2007 11:05:30 -0000 1.24
+++ HowToStart-SQL 22 Aug 2007 06:22:02 -0000 1.25
@@ -251,7 +251,7 @@
::
- MapiClient -lsql -umonetdb -Pmonetdb
+ mclient -lsql -umonetdb -Pmonetdb
Usage of SQL Front-end with MonetDB5
-----
@@ -277,7 +277,7 @@
::
- MapiClient -lsql -umonetdb -Pmonetdb
+ mclient -lsql -umonetdb -Pmonetdb
Documentation
Index: FAQ
===================================================================
RCS file: /cvsroot/monetdb/sql/FAQ,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- FAQ 19 Jan 2006 20:52:42 -0000 1.1
+++ FAQ 22 Aug 2007 06:22:02 -0000 1.2
@@ -12,7 +12,7 @@
Once you have installed and set up the SQL module, you have to load it
in Mserver, for instance using the sql_server.mil script from the
lib/MonetDB directory. A SQL console can afterwards be started using
-MapiClient -lsql. See MapiClient --help for more details.
+mclient -lsql. See mclient --help for more details.
========================================================================
@@ -23,7 +23,7 @@
directions on how to do that. Collect the SQL statements in a file,
then simply type:
-MapiClient -lsql < batchfile
+mclient -lsql < batchfile
========================================================================
Index: HowToStart-SQL-Win32.txt
===================================================================
RCS file: /cvsroot/monetdb/sql/HowToStart-SQL-Win32.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- HowToStart-SQL-Win32.txt 9 Nov 2006 22:41:15 -0000 1.13
+++ HowToStart-SQL-Win32.txt 22 Aug 2007 06:22:02 -0000 1.14
@@ -180,7 +180,7 @@
::
- MapiClient -lsql -umonetdb -Pmonetdb
+ mclient -lsql -umonetdb -Pmonetdb
Documentation
Index: dump-restore.html
===================================================================
RCS file: /cvsroot/monetdb/sql/dump-restore.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dump-restore.html 3 Jan 2007 12:39:22 -0000 1.6
+++ dump-restore.html 22 Aug 2007 06:22:04 -0000 1.7
@@ -69,7 +69,7 @@
<p>It is also possible to restore from the command line. Start a SQL
Server, and then issue the command</p>
<pre>
- MapiClient -lsql -umonetdb -Pmonetdb < dump.sql
+ mclient -lsql -umonetdb -Pmonetdb < dump.sql
</pre>
</body>
</html>
Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/sql/configure.ag,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- configure.ag 18 Aug 2007 22:38:02 -0000 1.121
+++ configure.ag 22 Aug 2007 06:22:03 -0000 1.122
@@ -82,7 +82,7 @@
AC_MSG_ERROR([MonetDB/SQL requires at least version
$req_monetdb_ver of MonetDB, but only version $MONETDBVERS was found.])
fi
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.
-------------------------------------------------------------------------
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-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins