diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-11-11 11:08:37 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-11-11 11:08:37 +0000 |
commit | 784a9a9fdac59fa5683754c6e952e9d939183bee (patch) | |
tree | 0e39820b8aae0fd522dbf932598020bb8e39b0ba /mysql-test/ndb | |
parent | 082701e58dc636dd179fc412f252e2dfdb8774e0 (diff) | |
download | mariadb-git-784a9a9fdac59fa5683754c6e952e9d939183bee.tar.gz |
ndbcluster.sh:
fixed typo
mysql-test/ndb/ndbcluster.sh:
fixed typo
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 3486a879eec..60188705857 100644 --- a/mysql-test/ndb/ndbcluster.sh +++ b/mysql-test/ndb/ndbcluster.sh @@ -36,7 +36,7 @@ else exec_mgmtsrvr=$BASEDIR/bin/ndb_mgmd fi exec_waiter=$BASEDIR/bin/ndb_waiter - exec_waiter=$BASEDIR/bin/ndb_test_platform + exec_test=$BASEDIR/bin/ndb_test_platform exec_mgmtclient=$BASEDIR/bin/ndb_mgm fi |