Skip to content

Commit 8346402

Browse files
author
Jan Lindström
committed
Fix try for Galera test lp1376747-4
1 parent f67aee0 commit 8346402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mysql-test/suite/galera/r/lp1376747-4.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ t1 CREATE TABLE `t1` (
2727
`id` int(11) NOT NULL,
2828
PRIMARY KEY (`id`)
2929
) ENGINE=InnoDB DEFAULT CHARSET=latin1
30-
set debug_sync= 'RESET';
3130
connection node_2a;
31+
set debug_sync= 'RESET';
3232
UNLOCK TABLES;
3333
SET SESSION wsrep_sync_wait = DEFAULT;
3434
SHOW CREATE TABLE t1;

mysql-test/suite/galera/t/lp1376747-4.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ SET debug_sync='now SIGNAL go2';
4646
# the cluster as there is new FTRL that is still pausing it.
4747
UNLOCK TABLES;
4848
SHOW CREATE TABLE t1;
49-
set debug_sync= 'RESET';
5049

5150
--connection node_2a
5251
--reap
52+
set debug_sync= 'RESET';
5353
UNLOCK TABLES;
5454

5555
SET SESSION wsrep_sync_wait = DEFAULT;

0 commit comments

Comments
 (0)