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:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user