diff options
author | Julius Goryavsky <julius.goryavsky@mariadb.com> | 2019-07-30 17:16:25 +0200 |
---|---|---|
committer | Julius Goryavsky <julius.goryavsky@mariadb.com> | 2019-08-20 00:03:03 +0200 |
commit | 12e3ac04febe16dd3ee15cd99f9196a60261f1b4 (patch) | |
tree | 8e35717e5171a9f9e6d3678348c18658f15f0c0a /mysql-test/suite/galera/t | |
parent | ff6d3075d5e66b3248b37379b44c6c6abf1ef0c3 (diff) | |
download | mariadb-git-12e3ac04febe16dd3ee15cd99f9196a60261f1b4.tar.gz |
MDEV-20185: Windows: Use of uninitialized value $bpath in string eq
The execution of mtr in the Windows environment fails due to
the fact that the new code from MDEV-18565 does not take into
account the need to add the ".exe" extension to the names of
executable files when searching for pre-requisites that are
needed to run SST scripts (especially when using mariabackup)
and when searching paths to some other Galera utilities.
This patch fixes this flaw.
Also adding paths to the PATH environment variable is now
done with the correct delimiter character.
Diffstat (limited to 'mysql-test/suite/galera/t')
-rw-r--r-- | mysql-test/suite/galera/t/galera_ist_innodb_flush_logs.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/galera/t/galera_ist_innodb_flush_logs.test b/mysql-test/suite/galera/t/galera_ist_innodb_flush_logs.test index 328b6b7d4de..839383ebfc1 100644 --- a/mysql-test/suite/galera/t/galera_ist_innodb_flush_logs.test +++ b/mysql-test/suite/galera/t/galera_ist_innodb_flush_logs.test @@ -6,6 +6,7 @@ --source include/big_test.inc --source include/galera_cluster.inc +--source include/have_innodb.inc --source include/have_xtrabackup.inc --source suite/galera/include/galera_st_kill_slave.inc |