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
391b7f5b
Commit
391b7f5b
authored
Oct 04, 2018
by
Jan Lindström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo.
parent
e2a1c585
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
mysql-test/suite/galera/disabled.def
mysql-test/suite/galera/disabled.def
+1
-1
mysql-test/suite/galera/t/galera_pc_ignore_sb.test
mysql-test/suite/galera/t/galera_pc_ignore_sb.test
+2
-1
No files found.
mysql-test/suite/galera/disabled.def
View file @
391b7f5b
...
@@ -33,4 +33,4 @@ galera_gc_fc_limit : MDEV-17061 Test failure on galera.galera_gc_fc_limit
...
@@ -33,4 +33,4 @@ galera_gc_fc_limit : MDEV-17061 Test failure on galera.galera_gc_fc_limit
partition : MDEV-13881 galera.partition failed in buildbot with wrong result
partition : MDEV-13881 galera.partition failed in buildbot with wrong result
galera_as_slave_replication_budle : MDEV-15785 Test case galera_as_slave_replication_bundle caused debug assertion
galera_as_slave_replication_budle : MDEV-15785 Test case galera_as_slave_replication_bundle caused debug assertion
galera_wan : MDEV-17259: Test failure on galera.galera_wan
galera_wan : MDEV-17259: Test failure on galera.galera_wan
galera_p
i
c_ignore_sb : MDEV-17357 Test failure on galera.galera_pc_ignore_sb
galera_pc_ignore_sb : MDEV-17357 Test failure on galera.galera_pc_ignore_sb
mysql-test/suite/galera/t/galera_pc_ignore_sb.test
View file @
391b7f5b
...
@@ -41,10 +41,11 @@ SET GLOBAL wsrep_cluster_address = @wsrep_cluster_address_orig;
...
@@ -41,10 +41,11 @@ SET GLOBAL wsrep_cluster_address = @wsrep_cluster_address_orig;
--
connection
node_2
--
connection
node_2
--
source
include
/
start_mysqld
.
inc
--
source
include
/
start_mysqld
.
inc
--
connection
node_1
--
let
$wait_condition
=
SELECT
VARIABLE_VALUE
=
2
FROM
INFORMATION_SCHEMA
.
GLOBAL_STATUS
WHERE
VARIABLE_NAME
=
'wsrep_cluster_size'
--
let
$wait_condition
=
SELECT
VARIABLE_VALUE
=
2
FROM
INFORMATION_SCHEMA
.
GLOBAL_STATUS
WHERE
VARIABLE_NAME
=
'wsrep_cluster_size'
--
source
include
/
wait_condition
.
inc
--
source
include
/
wait_condition
.
inc
--
connection
node_1
SET
GLOBAL
wsrep_provider_options
=
@
wsrep_provider_options_orig
;
SET
GLOBAL
wsrep_provider_options
=
@
wsrep_provider_options_orig
;
# Restore original auto_increment_offset values.
# Restore original auto_increment_offset values.
...
...
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