mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
6a51e0f8a2
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-rpl
6 lines
284 B
PHP
6 lines
284 B
PHP
# Check that server is compiled and started with support for NDB
|
|
disable_query_log;
|
|
--require r/true.require
|
|
select (support = 'YES' or support = 'DEFAULT') as `TRUE` from information_schema.engines where engine = 'ndbcluster';
|
|
--source include/ndb_not_readonly.inc
|
|
enable_query_log;
|