summaryrefslogtreecommitdiff
path: root/mysql-test/ndb
diff options
context:
space:
mode:
authorunknown <stewart@mysql.com>2006-01-19 22:50:54 +1100
committerunknown <stewart@mysql.com>2006-01-19 22:50:54 +1100
commit71f54b97cbb6dc31c31046ef07831af15cc2ed2e (patch)
tree8c29f3ad8a66b1a372e4fa22c99d4f68e1e4f3ef /mysql-test/ndb
parent984484015c2a629c01686bc5ef324855dc9bba3f (diff)
downloadmariadb-git-71f54b97cbb6dc31c31046ef07831af15cc2ed2e.tar.gz
small typo fixes
mysql-test/ndb/ndbcluster.sh: small fix to make ndb_mgmd run ndb/tools/ndb_size.pl: small typo
Diffstat (limited to 'mysql-test/ndb')
-rw-r--r--mysql-test/ndb/ndbcluster.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/ndb/ndbcluster.sh b/mysql-test/ndb/ndbcluster.sh
index 16bb3a9b122..d3471b6cfde 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 --no-defaults $NDB_MGMD_EXTRA_OPTS"
+exec_mgmtsrvr="$exec_mgmtsrvr $NDB_MGMD_EXTRA_OPTS"
exec_ndb="$exec_ndb --no-defaults $NDBD_EXTRA_OPTS"
exec_waiter="$exec_waiter --no-defaults"