Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
83464029
Commit
83464029
authored
Jun 18, 2021
by
Jan Lindström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix try for Galera test lp1376747-4
parent
f67aee00
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/suite/galera/r/lp1376747-4.result
mysql-test/suite/galera/r/lp1376747-4.result
+1
-1
mysql-test/suite/galera/t/lp1376747-4.test
mysql-test/suite/galera/t/lp1376747-4.test
+1
-1
No files found.
mysql-test/suite/galera/r/lp1376747-4.result
View file @
83464029
...
@@ -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;
...
...
mysql-test/suite/galera/t/lp1376747-4.test
View file @
83464029
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment