diff options
author | tomas@poseidon.ndb.mysql.com <> | 2005-02-07 17:46:52 +0100 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2005-02-07 17:46:52 +0100 |
commit | 3249388a5d9b3c4a5cdce373854d3e5efc6aeb41 (patch) | |
tree | 69e14c0a6ffd571d21cd3f58ae61faf30140d1ba /mysql-test/include/have_ndb.inc | |
parent | 3a0d0e996a96e112f21c8ffcb260a69f016e07a2 (diff) | |
download | mariadb-git-3249388a5d9b3c4a5cdce373854d3e5efc6aeb41.tar.gz |
have test suite continue even if ndbcluster fails to start if --force flag is set
Diffstat (limited to 'mysql-test/include/have_ndb.inc')
-rw-r--r-- | mysql-test/include/have_ndb.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/include/have_ndb.inc b/mysql-test/include/have_ndb.inc index 84e60657876..9b85197abe8 100644 --- a/mysql-test/include/have_ndb.inc +++ b/mysql-test/include/have_ndb.inc @@ -1,3 +1,4 @@ +--exec test x$NDB_STATUS_OK = x1 -- require r/have_ndb.require disable_query_log; show variables like "have_ndbcluster"; |