summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/galera_ist_recv_bind.result
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@mariadb.com>2016-11-01 17:37:20 -0400
committerNirbhay Choubey <nirbhay@mariadb.com>2016-11-07 11:53:59 -0500
commit491f42d50d17f73d7c3dd2460f9cf84b740fe760 (patch)
tree4a062a1d6843d6ce96a57afa135f1883941efd3d /mysql-test/suite/galera/r/galera_ist_recv_bind.result
parent9b6bd3f17994175e1a67b2b8d3bedcb1d738c2a4 (diff)
downloadmariadb-git-491f42d50d17f73d7c3dd2460f9cf84b740fe760.tar.gz
Fix/disable some failing galera tests.
Diffstat (limited to 'mysql-test/suite/galera/r/galera_ist_recv_bind.result')
-rw-r--r--mysql-test/suite/galera/r/galera_ist_recv_bind.result8
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/suite/galera/r/galera_ist_recv_bind.result b/mysql-test/suite/galera/r/galera_ist_recv_bind.result
index de4e07fbe41..ffc751d8672 100644
--- a/mysql-test/suite/galera/r/galera_ist_recv_bind.result
+++ b/mysql-test/suite/galera/r/galera_ist_recv_bind.result
@@ -1,13 +1,21 @@
+connection node_1;
SELECT @@wsrep_provider_options LIKE '%ist.recv_bind = 127.0.0.1%';
@@wsrep_provider_options LIKE '%ist.recv_bind = 127.0.0.1%'
1
+connection node_2;
SELECT @@wsrep_provider_options LIKE '%ist.recv_bind = 127.0.0.1%';
@@wsrep_provider_options LIKE '%ist.recv_bind = 127.0.0.1%'
1
SET GLOBAL wsrep_provider_options = 'gmcast.isolate = 1';
+connection node_1;
+connection node_2;
SET SESSION wsrep_on = OFF;
SET SESSION wsrep_on = ON;
+connection node_1;
CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB;
INSERT INTO t1 VALUES (1);
+connection node_2;
SET GLOBAL wsrep_provider_options = 'gmcast.isolate = 0';
+connection node_1;
+connection node_2;
DROP TABLE t1;