Update of /cvsroot/monetdb/MonetDB5/src/tools
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28759/src/tools
Modified Files:
Tag: GDK-2
mserver5.mx.in
Log Message:
propagated changes of Friday Aug 17 2007
from the development trunk to the GDK-2 branch
Index: mserver5.mx.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/mserver5.mx.in,v
retrieving revision 1.28
retrieving revision 1.28.2.1
diff -u -d -r1.28 -r1.28.2.1
--- mserver5.mx.in 27 Jul 2007 14:27:17 -0000 1.28
+++ mserver5.mx.in 17 Aug 2007 15:38:35 -0000 1.28.2.1
@@ -35,12 +35,9 @@
--dbname=<database_name>
--dbfarm=<directory>
--dbinit=<stmt> Server prepare statement
- --user=<dbaname>
- --password=<passwrd>
--config=<config_file>
--debug=<number> trace server actions[0]
--daemon=yes|no run in background [no]
- --delay=<number> delay between mguardian tests [300]
--set <option>=<value> set environment value
--help this list of options
--version version and compile time info
@@ -136,10 +133,7 @@
fprintf(stderr, " --dbname=<database_name> \n");
fprintf(stderr, " --dbfarm=<directory> \n");
fprintf(stderr, " --dbinit=<stmt> Server prepare
statement\n");
- fprintf(stderr, " --user=<str> Defaults to
[monetdb]\n");
- fprintf(stderr, " --password=<str> Defaults to
[monetdb]\n");
fprintf(stderr, " --config=<config_file> \n");
- fprintf(stderr, " --delay=<number> cycle delay [300]\n");
fprintf(stderr, " --daemon=yes|no run in background
[no]\n");
fprintf(stderr, " --set <option>=<value> set environment
value\n");
fprintf(stderr, " --help this list of options
\n");
@@ -361,7 +355,6 @@
{"dbinit", 1, 0, 0},
{"daemon", 1, 0, 0},
{"debug", 2, 0, 'd'},
- {"delay", 1, 0, 0},
{"help", 0, 0, 'h'},
{"version", 0, 0, 0},
{"set", 1, 0, 's'},
@@ -446,10 +439,6 @@
setlen = mo_add_option(&set, setlen,
opt_cmdline, "gdk_dbname", optarg);
break;
}
- if (strcmp(long_options[option_index].name, "delay") ==
0) {
- setlen = mo_add_option(&set, setlen,
opt_cmdline, "delay", optarg);
- break;
- }
if (strcmp(long_options[option_index].name, "dbfarm")
== 0) {
setlen = mo_add_option(&set, setlen,
opt_cmdline, "gdk_dbfarm", optarg);
break;
-------------------------------------------------------------------------
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