mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / include / have_ndb.inc
blobcfc5b5d0ff8a6a2826f8fe2b4c60ce23dae813f0
1 # Check that server is compiled and started with support for NDB
2 #disable_query_log;
3 #--require r/true.require
4 #select (support = 'YES' or support = 'DEFAULT') as `TRUE` from information_schema.engines where engine = 'ndbcluster';
5 #--source include/ndb_not_readonly.inc
6 #enable_query_log;
7 # always make sure we have both mysql servers started ok before test starts
8 # there are some initial startup bugs that are avoided by doing this, avoiding sporadic
9 # failures in mysql-test-run
10 --source include/have_multi_ndb.inc