diff options
author | unknown <cmiller@221.54.57.10.in-addr.arpa.cmiller/221.54.57.10.in-addr.arpa> | 2007-01-11 14:54:03 -0500 |
---|---|---|
committer | unknown <cmiller@221.54.57.10.in-addr.arpa.cmiller/221.54.57.10.in-addr.arpa> | 2007-01-11 14:54:03 -0500 |
commit | a6df406fdc21ef2088cb9c02e7f06ee248c4e951 (patch) | |
tree | db6948435b4f8dca538fe6d647162472c306597d /mysql-test/include | |
parent | 82b248259f36aa3fda5bdef2c4f376c873b846d7 (diff) | |
download | mariadb-git-a6df406fdc21ef2088cb9c02e7f06ee248c4e951.tar.gz |
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.
mysql-test/include/have_ndb.inc:
Revert to old behavior.
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/have_ndb.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/include/have_ndb.inc b/mysql-test/include/have_ndb.inc index 77857106488..adb8a657c6c 100644 --- a/mysql-test/include/have_ndb.inc +++ b/mysql-test/include/have_ndb.inc @@ -4,8 +4,3 @@ 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 - - - |