We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67aee0 commit 8346402Copy full SHA for 8346402
mysql-test/suite/galera/r/lp1376747-4.result
@@ -27,8 +27,8 @@ t1 CREATE TABLE `t1` (
27
`id` int(11) NOT NULL,
28
PRIMARY KEY (`id`)
29
) ENGINE=InnoDB DEFAULT CHARSET=latin1
30
-set debug_sync= 'RESET';
31
connection node_2a;
+set debug_sync= 'RESET';
32
UNLOCK TABLES;
33
SET SESSION wsrep_sync_wait = DEFAULT;
34
SHOW CREATE TABLE t1;
mysql-test/suite/galera/t/lp1376747-4.test
@@ -46,10 +46,10 @@ SET debug_sync='now SIGNAL go2';
46
# the cluster as there is new FTRL that is still pausing it.
47
48
49
50
51
--connection node_2a
52
--reap
53
54
55
0 commit comments