mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Set the garbd_exe variable to empty string to avoid warning about an uninitialized variable when wsrep_provider is not initialized correctly, set to 'none' or when wsrep is switched off
This commit is contained in:
parent
f5390eea9a
commit
5a95a33e30
1 changed files with 1 additions and 0 deletions
|
@ -441,6 +441,7 @@ sub check_garbd_support() {
|
|||
}
|
||||
|
||||
sub check_wsrep_support() {
|
||||
$garbd_exe= "";
|
||||
if (have_wsrep()) {
|
||||
mtr_report(" - binaries built with wsrep patch");
|
||||
|
||||
|
|
Loading…
Reference in a new issue