Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28129
Modified Files:
mal.mx mal_factory.mx mal_linker.mx
Log Message:
typos
Index: mal_linker.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_linker.mx,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- mal_linker.mx 10 Feb 2008 23:48:45 -0000 1.102
+++ mal_linker.mx 28 Feb 2008 07:58:31 -0000 1.103
@@ -21,7 +21,9 @@
The server is bootstrapped by processing a MAL script with
module definitions or extensions.
For each module file encountered, the object library
-lib_<modulename>.so is searched for in @dots{}/lib(64)/MonetDB.
+lib_<modulename>.so is searched for in the location identified
+by
monet_mod_path=${exec_prefix}/lib/MonetDB5:${exec_prefix}/lib/MonetDB5/lib:${exec_prefix}/lib/MonetDB5/bin.
+
The corresponding signature are defined
in @dots{}/lib(64)/<modulename>.mal.
@-
Index: mal_factory.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_factory.mx,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- mal_factory.mx 11 Jan 2008 10:41:32 -0000 1.73
+++ mal_factory.mx 28 Feb 2008 07:58:31 -0000 1.74
@@ -304,7 +304,7 @@
int
factoryHasFreeSpace(){
- return lastPlant <255;
+ return lastPlant <MAXPLANTS-1;
}
int
findPlant(MalBlkPtr mb){
Index: mal.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal.mx,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- mal.mx 11 Jan 2008 10:41:31 -0000 1.135
+++ mal.mx 28 Feb 2008 07:58:31 -0000 1.136
@@ -73,14 +73,12 @@
@node Architecture Overview, MAL Synopsis, Design Considerations, Design
Overview
@+ Architecture Overview
The architecture is built around a few independent components:
-the MonetDB server, the MonetDB guardian, and the client application.
+the MonetDB server, the merovigian, and the client application.
The MonetDB server is the heart of the system, it manages a single
physical database on one machine for all (concurrent) applications.
-The guardian program works along side a single server, keeping
+The merovigian program works along side a single server, keeping
an eye on its behavior. If the server accidently crashes, it is this program
that will attempt an automatic restart.
-The server and the guardian are managed with the @sc{monetdb} script,
-introduced in @ref{Start and Stop}.
The top layer consists of applications written in your favorite
language.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins