diff options
author | unknown <tomas@whalegate.ndb.mysql.com> | 2007-03-21 08:02:11 +0100 |
---|---|---|
committer | unknown <tomas@whalegate.ndb.mysql.com> | 2007-03-21 08:02:11 +0100 |
commit | 3b16860dd3b5e66156997741dc96873a26dc6ad6 (patch) | |
tree | bee4881c0d39173cd0cb9b3d28fd00be24c3a785 /mysql-test/ndb | |
parent | 5e42998271897f486ab0ffa2b6892886d9a5a025 (diff) | |
download | mariadb-git-3b16860dd3b5e66156997741dc96873a26dc6ad6.tar.gz |
minor fix of ndb cluster startup script
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 1e25cd8047e..2d550294c84 100644 --- a/mysql-test/ndb/ndbcluster.sh +++ b/mysql-test/ndb/ndbcluster.sh @@ -35,8 +35,8 @@ if [ -d ../sql ] ; then exec_mgmtsrvr=$ndbtop/src/mgmsrv/ndb_mgmd exec_waiter=$ndbtop/tools/ndb_waiter exec_test=$ndbtop/tools/ndb_test_platform - exec_test_ndberror= exec_test_ndberror=$ndbtop/src/ndbapi/ndberror_check + exec_mgmtclient=$ndbtop/src/mgmclient/ndb_mgm else BINARY_DIST=1 if test -x "$BASEDIR/libexec/ndbd" |