From af218c9f492a81fdb8175f1e6a9a309278d825dd Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 16 Jan 2007 09:38:09 +0100 Subject: [PATCH] Remove wait until not readonly --- mysql-test/include/have_ndb.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/mysql-test/include/have_ndb.inc b/mysql-test/include/have_ndb.inc index 77857106488..c9603634508 100644 --- a/mysql-test/include/have_ndb.inc +++ b/mysql-test/include/have_ndb.inc @@ -4,8 +4,6 @@ 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