summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/mysql-wsrep#237.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/galera/r/mysql-wsrep#237.result')
-rw-r--r--mysql-test/suite/galera/r/mysql-wsrep#237.result4
1 files changed, 3 insertions, 1 deletions
diff --git a/mysql-test/suite/galera/r/mysql-wsrep#237.result b/mysql-test/suite/galera/r/mysql-wsrep#237.result
index 19503dd5781..bc348613d25 100644
--- a/mysql-test/suite/galera/r/mysql-wsrep#237.result
+++ b/mysql-test/suite/galera/r/mysql-wsrep#237.result
@@ -1,6 +1,8 @@
+connection node_2;
+connection node_1;
CREATE TABLE t (f1 INTEGER PRIMARY KEY) Engine=InnoDB;
connection node_1;
-SET DEBUG_SYNC = 'wsrep_before_replication WAIT_FOR continue';
+SET DEBUG_SYNC = 'wsrep_before_certification WAIT_FOR continue';
INSERT INTO t values (1);;
connect node_1a, 127.0.0.1, root, , test, $NODE_MYPORT_1;
connection node_1a;