1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

No need to use environment variable NDB_STATUS_OK and NDB_SLAVE_STATUS_OK anymore

when mysql-test-run.pl has full control of all ndb processes. It will now know if
install has failed.
This commit is contained in:
msvensson@shellback.(none)
2006-09-18 12:45:04 +02:00
parent 60b395a950
commit 16c07bd02c
3 changed files with 6 additions and 19 deletions

View File

@@ -4,12 +4,4 @@ disable_query_log;
show variables like "have_ndbcluster";
enable_query_log;
# Check that NDB is installed and known to be working
# This will disable ndb from the shell script 'mysql-test-run'
-- require r/have_ndb_status_ok.require
disable_query_log;
eval select "$NDB_STATUS_OK" as ndb_status_ok;
enable_query_log;