Commit 5a95a33e authored by Julius Goryavsky's avatar Julius Goryavsky

Set the garbd_exe variable to empty string to avoid warning about an...

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
parent f5390eea
......@@ -441,6 +441,7 @@ sub check_garbd_support() {
}
sub check_wsrep_support() {
$garbd_exe= "";
if (have_wsrep()) {
mtr_report(" - binaries built with wsrep patch");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment