diff options
author | jimw@mysql.com <> | 2006-04-26 11:32:53 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2006-04-26 11:32:53 -0700 |
commit | d89054df4b973dfa6bfec9014a85c13477432f14 (patch) | |
tree | 98df221b33d8e8b78db87ae5d2aeb06ea945858a /mysql-test/ndb | |
parent | 960c5621ebe7bd581a959146e1580158c816309f (diff) | |
parent | 559995f160ef36a7e5a3b9afdd2aa6b31521efb7 (diff) | |
download | mariadb-git-d89054df4b973dfa6bfec9014a85c13477432f14.tar.gz |
Merge mysql.com:/home/jimw/my/mysql-5.0-19083
into mysql.com:/home/jimw/my/mysql-5.0-clean
Diffstat (limited to 'mysql-test/ndb')
-rw-r--r-- | mysql-test/ndb/ndbcluster.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/ndb/ndbcluster.sh b/mysql-test/ndb/ndbcluster.sh index ad01f6574cf..50eb3987a36 100644 --- a/mysql-test/ndb/ndbcluster.sh +++ b/mysql-test/ndb/ndbcluster.sh @@ -236,8 +236,8 @@ cat `find "$fs_ndb" -name 'ndb_*.pid'` > "$fs_ndb/$pidfile" # test if Ndb Cluster starts properly -echo "Waiting for started..." -if ( $exec_waiter ) | grep "NDBT_ProgramExit: 0 - OK"; then :; else +echo "Waiting for NDB data nodes to start..." +if ( $exec_waiter ) | grep -q "NDBT_ProgramExit: 0 - OK"; then :; else echo "Ndbcluster startup failed" stop_default_ndbcluster exit 1 |