mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
c3e8fb57a0
skip ndb tests if cluster install failed. But provided for compatibility mysql-test/include/have_ndb.inc: Revert
7 lines
227 B
PHP
7 lines
227 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;
|
|
|
|
|