diff options
author | unknown <stewart@mysql.com> | 2006-01-20 00:08:26 +1100 |
---|---|---|
committer | unknown <stewart@mysql.com> | 2006-01-20 00:08:26 +1100 |
commit | f7eefc02008739f0776a439e87b293a723babaaa (patch) | |
tree | 270480812411fc8d28e94ded58263727a5e9aed2 /mysql-test | |
parent | 52921923abc1dfc0c5d98fc4673f45e93d00c1c7 (diff) | |
download | mariadb-git-f7eefc02008739f0776a439e87b293a723babaaa.tar.gz |
reintroduce --no-defaults to ndb_mgmd
mysql-test/ndb/ndbcluster.sh:
have made a real fix for mgmd not starting with --no-defaults. re-introduce it to the test suite
Diffstat (limited to 'mysql-test')
-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 d3471b6cfde..16bb3a9b122 100644 --- a/mysql-test/ndb/ndbcluster.sh +++ b/mysql-test/ndb/ndbcluster.sh @@ -135,7 +135,7 @@ if [ ! -x "$exec_waiter" ]; then fi exec_mgmtclient="$exec_mgmtclient --no-defaults $NDB_MGM_EXTRA_OPTS" -exec_mgmtsrvr="$exec_mgmtsrvr $NDB_MGMD_EXTRA_OPTS" +exec_mgmtsrvr="$exec_mgmtsrvr --no-defaults $NDB_MGMD_EXTRA_OPTS" exec_ndb="$exec_ndb --no-defaults $NDBD_EXTRA_OPTS" exec_waiter="$exec_waiter --no-defaults" |