summaryrefslogtreecommitdiff
path: root/mysql-test/include
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-10-05 12:28:23 +0200
committerunknown <msvensson@neptunus.(none)>2006-10-05 12:28:23 +0200
commitc3e8fb57a068cf192b273d94ff6ff0f267a08ce0 (patch)
tree49578c315130275df3ecb8f796bc76863611eb21 /mysql-test/include
parent4c8931294b600b2388d970e2324c4fc63ccea4b8 (diff)
downloadmariadb-git-c3e8fb57a068cf192b273d94ff6ff0f267a08ce0.tar.gz
Set the environment variable NDB_STATUS_OK to indicate that cluster is installed ok. This is actually not needed for this script as it will
skip ndb tests if cluster install failed. But provided for compatibility mysql-test/include/have_ndb.inc: Revert
Diffstat (limited to 'mysql-test/include')
-rw-r--r--mysql-test/include/have_ndb.inc1
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";