Skip to content

Commit

Permalink
Set the garbd_exe variable to empty string to avoid warning about an …
Browse files Browse the repository at this point in the history
…uninitialized variable when wsrep_provider is not initialized correctly, set to 'none' or when wsrep is switched off
  • Loading branch information
sysprg committed Jul 18, 2019
1 parent f5390ee commit 5a95a33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/mysql-test-run.pl
Expand Up @@ -441,6 +441,7 @@ ()
}

sub check_wsrep_support() {
$garbd_exe= "";
if (have_wsrep()) {
mtr_report(" - binaries built with wsrep patch");

Expand Down

0 comments on commit 5a95a33

Please sign in to comment.