Skip to content
Permalink
Browse files
Post-merge fix after 0508d32
  • Loading branch information
dr-m committed Mar 18, 2019
1 parent 26432e4 commit e3618a3
Showing 1 changed file with 3 additions and 0 deletions.
@@ -1,4 +1,6 @@
connection node_1;
connection node_2;
connection node_1;
SET GLOBAL wsrep_provider_options = 'pc.ignore_sb=true';
CREATE TABLE ten (f1 INTEGER) ENGINE=InnoDB;
INSERT INTO ten VALUES (1), (2), (3), (4), (5), (6), (7), (8), (9), (10),(11);
@@ -15,5 +17,6 @@ COUNT(*)
SELECT VARIABLE_VALUE FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size';
VARIABLE_VALUE
2
connection node_1;
DROP TABLE t1;
DROP TABLE ten;

0 comments on commit e3618a3

Please sign in to comment.