Commit 26b594e4 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 4e02e502
...@@ -433,6 +433,7 @@ sub check_garbd_support() { ...@@ -433,6 +433,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");
......
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