mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
16c07bd02c
when mysql-test-run.pl has full control of all ndb processes. It will now know if install has failed.
7 lines
173 B
PHP
7 lines
173 B
PHP
# Check that server is compiled and started with support for NDB
|
|
-- require r/have_ndb.require
|
|
disable_query_log;
|
|
show variables like "have_ndbcluster";
|
|
enable_query_log;
|
|
|
|
|