1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-14 13:41:20 +03:00
Files
mariadb/mysql-test/include/have_ndb.inc
msvensson@neptunus.(none) 52a19378d8 Remove wait until not readonly
2007-01-16 09:38:09 +01:00

10 lines
229 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;