mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
68f493a1be
mysql-test/include/have_ndb.inc: Exclude
11 lines
323 B
PHP
11 lines
323 B
PHP
# Check that server is compiled and started with support for NDB
|
|
disable_query_log;
|
|
--require r/true.require
|
|
select support = 'Enabled' as `TRUE` from information_schema.engines where engine = 'ndbcluster';
|
|
enable_query_log;
|
|
|
|
# Check that master mysqld has come out of redonly mode
|
|
--source include/ndb_not_readonly.inc
|
|
|
|
|
|
|