Skip to content

Commit a842387

Browse files
committed
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
1 parent 4c7a92a commit a842387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql-test/mysql-test-run.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ ()
438438
}
439439

440440
sub check_wsrep_support() {
441+
$garbd_exe= "";
441442
if (have_wsrep()) {
442443
mtr_report(" - binaries built with wsrep patch");
443444

0 commit comments

Comments
 (0)