Commit a842387f 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 4c7a92a5
......@@ -438,6 +438,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