summaryrefslogtreecommitdiff
path: root/ndb/test/run-test
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.(none)>2004-09-06 12:36:01 +0000
committerunknown <tomas@poseidon.(none)>2004-09-06 12:36:01 +0000
commit5cccb45385438462bb1212eec90b43cf37537306 (patch)
treee54e2eb91d9f1d91b9fce1bfef4472a6868387fd /ndb/test/run-test
parent862d056d4a238c580f01d662f9533bb86894fc63 (diff)
downloadmariadb-git-5cccb45385438462bb1212eec90b43cf37537306.tar.gz
-d default on ndb_mgmd and ndbd
-i depricated on ndbd fixed bug in shutdown command in ndb_mgm ndb/src/mgmsrv/main.cpp: added config.ini as default configuration file -d default on ndb_mgmd and ndbd -i depricated on ndbd fixed bug in shutdown command in ndb_mgm
Diffstat (limited to 'ndb/test/run-test')
-rw-r--r--ndb/test/run-test/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/test/run-test/main.cpp b/ndb/test/run-test/main.cpp
index 6f1899fdbe2..bdc40fb02b2 100644
--- a/ndb/test/run-test/main.cpp
+++ b/ndb/test/run-test/main.cpp
@@ -465,7 +465,7 @@ setup_config(atrt_config& config){
proc.m_type = atrt_process::NDB_DB;
proc.m_proc.m_name.assfmt("%d-%s", index, "ndbd");
proc.m_proc.m_path.assign(dir).append("/libexec/ndbd");
- proc.m_proc.m_args = "-i -n";
+ proc.m_proc.m_args = "--initial --nodaemon -n";
proc.m_proc.m_cwd.appfmt("%d.ndbd", index);
} else if(split1[0] == "mysqld"){
proc.m_type = atrt_process::MYSQL_SERVER;