diff options
author | tomas@poseidon.ndb.mysql.com <> | 2004-11-03 14:34:21 +0000 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2004-11-03 14:34:21 +0000 |
commit | 0fd9d08c0189592edd8fb1651f15ceb48f3c08d6 (patch) | |
tree | ab2035fad329452fcb915d08f9b1eaed3d69f396 /mysql-test/ndb | |
parent | 2356c9f9959d2487dbf615d4a064df4f6c77b792 (diff) | |
download | mariadb-git-0fd9d08c0189592edd8fb1651f15ceb48f3c08d6.tar.gz |
changed to use the future-proof option to ndb_mgmd
there was a clash in using -c, added -f as the future proof switch
Diffstat (limited to 'mysql-test/ndb')
-rw-r--r-- | mysql-test/ndb/ndbcluster.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/ndb/ndbcluster.sh b/mysql-test/ndb/ndbcluster.sh index 294d32ac4be..9d83a291f3d 100644 --- a/mysql-test/ndb/ndbcluster.sh +++ b/mysql-test/ndb/ndbcluster.sh @@ -146,7 +146,7 @@ fi rm -f "$cfgfile" 2>&1 | cat > /dev/null rm -f "$fs_ndb/$cfgfile" 2>&1 | cat > /dev/null -if ( cd "$fs_ndb" ; $exec_mgmtsrvr -c config.ini ) ; then :; else +if ( cd "$fs_ndb" ; $exec_mgmtsrvr -f config.ini ) ; then :; else echo "Unable to start $exec_mgmtsrvr from `pwd`" exit 1 fi |