Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
MDEV-21769 :
galera_3nodes.galera_safe_to_bootstrap fails
Add wait_condition to wait correct cluster configuration.
- Loading branch information
Jan Lindström
committed
Sep 17, 2020
1 parent
96426da
commit e3e6573
Showing
3 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| !include ../galera_3nodes.cnf | ||
|
|
||
| [mariadb.1] | ||
| wsrep_debug=1 | ||
|
|
||
| [mariadb.2] | ||
| wsrep_debug=1 | ||
|
|
||
| [mariadb.3] | ||
| wsrep_debug=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters