diff options
author | Julius Goryavsky <julius.goryavsky@mariadb.com> | 2019-07-18 11:39:05 +0200 |
---|---|---|
committer | Julius Goryavsky <julius.goryavsky@mariadb.com> | 2019-07-18 11:39:05 +0200 |
commit | a842387fef94568f1fcae71f79245d33bcc7f5f0 (patch) | |
tree | 570f9b3799d48253b0d788489dcf8b2f1a7c09ab /mysql-test/mysql-test-run.pl | |
parent | 4c7a92a565110c74f9f1f7f16451d9fddf0f67a2 (diff) | |
download | mariadb-git-a842387fef94568f1fcae71f79245d33bcc7f5f0.tar.gz |
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
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index d10c7730732..bd1034adfe1 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -438,6 +438,7 @@ sub check_garbd_support() { } sub check_wsrep_support() { + $garbd_exe= ""; if (have_wsrep()) { mtr_report(" - binaries built with wsrep patch"); |