mariadb/mysql-test/include/have_ndb.inc
cmiller@221.54.57.10.in-addr.arpa.cmiller/221.54.57.10.in-addr.arpa 2706b3d737 Revert to old behavior. Including code to verify that a cluster is not
readonly seems like a good idea, but the test suite isn't expecting those
statements in some places.

Figure out how we want to use this code later.
2007-01-11 14:54:03 -05:00

6 lines
226 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;