Skip to content
Permalink
Browse files
Fix try for Galera test lp1376747-4
  • Loading branch information
Jan Lindström committed Jun 23, 2021
1 parent f67aee0 commit 8346402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -27,8 +27,8 @@ t1 CREATE TABLE `t1` (
`id` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1
set debug_sync= 'RESET';
connection node_2a;
set debug_sync= 'RESET';
UNLOCK TABLES;
SET SESSION wsrep_sync_wait = DEFAULT;
SHOW CREATE TABLE t1;
@@ -46,10 +46,10 @@ SET debug_sync='now SIGNAL go2';
# the cluster as there is new FTRL that is still pausing it.
UNLOCK TABLES;
SHOW CREATE TABLE t1;
set debug_sync= 'RESET';

--connection node_2a
--reap
set debug_sync= 'RESET';
UNLOCK TABLES;

SET SESSION wsrep_sync_wait = DEFAULT;

0 comments on commit 8346402

Please sign in to comment.