blob: cb2f2f7cd9e893b871f5ffb3979b4e085747e89a (
plain)
1
2
3
4
5
6
|
# 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';
--source include/ndb_not_readonly.inc
enable_query_log;
|