diff options
author | Alexander Barkov <bar@mnogosearch.org> | 2013-11-22 12:20:29 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mnogosearch.org> | 2013-11-22 12:20:29 +0400 |
commit | 09c6638b87596722e5111f48d72fe2cfdaedc3fa (patch) | |
tree | f3d0513dec9462bc723857c195aa292527107718 /mysql-test/mysql-test-run.pl | |
parent | a082ea78c2baf0091c76a2bc287813f236df4f25 (diff) | |
download | mariadb-git-09c6638b87596722e5111f48d72fe2cfdaedc3fa.tar.gz |
A clean-up for the previous commit (mtr mysql_tzinfo_to_sql_symlink)
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index e437a474521..a2c0ce8fb49 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -2494,7 +2494,8 @@ sub environment_setup { # mysql_tzinfo_to_sql # ---------------------------------------------------- my $exe_mysql_tzinfo_to_sql= mtr_exe_exists("$basedir/sql$opt_vs_config/mysql_tzinfo_to_sql", - "$bindir/sql$opt_vs_config/mysql_tzinfo_to_sql"); + "$path_client_bindir/mysql_tzinfo_to_sql", + "$bindir/sql$opt_vs_config/mysql_tzinfo_to_sql"); $ENV{'MYSQL_TZINFO_TO_SQL'}= native_path($exe_mysql_tzinfo_to_sql); # Create an environment variable to make it possible |