summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_ndb.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/have_ndb.inc')
-rw-r--r--mysql-test/include/have_ndb.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/have_ndb.inc b/mysql-test/include/have_ndb.inc
index 8cbeab07a4f..77857106488 100644
--- a/mysql-test/include/have_ndb.inc
+++ b/mysql-test/include/have_ndb.inc
@@ -4,4 +4,8 @@ disable_query_log;
select support = 'Enabled' as `TRUE` from information_schema.engines where engine = 'ndbcluster';
enable_query_log;
+# Check that master mysqld has come out of redonly mode
+--source include/ndb_not_readonly.inc
+
+