Commit 83464029 authored by Jan Lindström's avatar Jan Lindström

Fix try for Galera test lp1376747-4

parent f67aee00
...@@ -27,8 +27,8 @@ t1 CREATE TABLE `t1` ( ...@@ -27,8 +27,8 @@ t1 CREATE TABLE `t1` (
`id` int(11) NOT NULL, `id` int(11) NOT NULL,
PRIMARY KEY (`id`) PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ) ENGINE=InnoDB DEFAULT CHARSET=latin1
set debug_sync= 'RESET';
connection node_2a; connection node_2a;
set debug_sync= 'RESET';
UNLOCK TABLES; UNLOCK TABLES;
SET SESSION wsrep_sync_wait = DEFAULT; SET SESSION wsrep_sync_wait = DEFAULT;
SHOW CREATE TABLE t1; SHOW CREATE TABLE t1;
......
...@@ -46,10 +46,10 @@ SET debug_sync='now SIGNAL go2'; ...@@ -46,10 +46,10 @@ SET debug_sync='now SIGNAL go2';
# the cluster as there is new FTRL that is still pausing it. # the cluster as there is new FTRL that is still pausing it.
UNLOCK TABLES; UNLOCK TABLES;
SHOW CREATE TABLE t1; SHOW CREATE TABLE t1;
set debug_sync= 'RESET';
--connection node_2a --connection node_2a
--reap --reap
set debug_sync= 'RESET';
UNLOCK TABLES; UNLOCK TABLES;
SET SESSION wsrep_sync_wait = DEFAULT; SET SESSION wsrep_sync_wait = DEFAULT;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment