diff options
author | unknown <tomas@whalegate.ndb.mysql.com> | 2007-11-01 15:08:00 +0100 |
---|---|---|
committer | unknown <tomas@whalegate.ndb.mysql.com> | 2007-11-01 15:08:00 +0100 |
commit | de0780e00a184620f1831a5035fded5f314312d4 (patch) | |
tree | 05333557b7b6c5398ed08a6d7364424e181386b1 /mysql-test/include | |
parent | c67d7e67d283e4e3c0153e8e4c5c345bbb5cafd3 (diff) | |
download | mariadb-git-de0780e00a184620f1831a5035fded5f314312d4.tar.gz |
Bug #31484 Cluster LOST_EVENTS entry not added to binlog on mysqld restart.
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/have_multi_ndb.inc | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/mysql-test/include/have_multi_ndb.inc b/mysql-test/include/have_multi_ndb.inc index deda22b64c0..dd6e609f130 100644 --- a/mysql-test/include/have_multi_ndb.inc +++ b/mysql-test/include/have_multi_ndb.inc @@ -5,10 +5,6 @@ connect (server2,127.0.0.1,root,,test,$MASTER_MYPORT1,); # Check that server1 has NDB support connection server1; disable_query_log; ---disable_warnings -drop table if exists t1, t2; ---enable_warnings -flush tables; --require r/true.require select (support = 'YES' or support = 'DEFAULT') as `TRUE` from information_schema.engines where engine = 'ndbcluster'; --source include/ndb_not_readonly.inc @@ -17,14 +13,10 @@ enable_query_log; # Check that server2 has NDB support connection server2; disable_query_log; ---disable_warnings -drop table if exists t1, t2; ---enable_warnings -flush tables; --require r/true.require select (support = 'YES' or support = 'DEFAULT') as `TRUE` from information_schema.engines where engine = 'ndbcluster'; --source include/ndb_not_readonly.inc enable_query_log; -# Set the default connection to 'server1' -connection server1; +# Set the default connection +connection default; |