mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03: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:
@ -438,6 +438,7 @@ sub check_garbd_support() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sub check_wsrep_support() {
|
sub check_wsrep_support() {
|
||||||
|
$garbd_exe= "";
|
||||||
if (have_wsrep()) {
|
if (have_wsrep()) {
|
||||||
mtr_report(" - binaries built with wsrep patch");
|
mtr_report(" - binaries built with wsrep patch");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user