Skip to content

Commit e3618a3

Browse files
committed
Post-merge fix after 0508d32
1 parent 26432e4 commit e3618a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mysql-test/suite/galera/r/galera_kill_largechanges.result

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
connection node_1;
2+
connection node_2;
3+
connection node_1;
24
SET GLOBAL wsrep_provider_options = 'pc.ignore_sb=true';
35
CREATE TABLE ten (f1 INTEGER) ENGINE=InnoDB;
46
INSERT INTO ten VALUES (1), (2), (3), (4), (5), (6), (7), (8), (9), (10),(11);
@@ -15,5 +17,6 @@ COUNT(*)
1517
SELECT VARIABLE_VALUE FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size';
1618
VARIABLE_VALUE
1719
2
20+
connection node_1;
1821
DROP TABLE t1;
1922
DROP TABLE ten;

0 commit comments

Comments
 (0)