mirror of
https://github.com/MariaDB/server.git
synced 2025-12-12 08:01:43 +03:00
when mysql-test-run.pl has full control of all ndb processes. It will now know if install has failed.
8 lines
173 B
PHP
8 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;
|
|
|
|
|