mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / include / ndb_master-slave.inc
blob8305a31095347da4f76836318527b294f509391b
1 --source include/master-slave.inc
3 connection slave;
4 # Check that server is compiled and started with support for NDB
5 disable_query_log;
6 --require r/true.require
7 select (support = 'YES' or support = 'DEFAULT') as `TRUE` from information_schema.engines where engine = 'ndbcluster';
8 --source include/ndb_not_readonly.inc
9 enable_query_log;
11 # Set the default connection to 'master'
12 connection master;