summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mnogosearch.org>2013-11-13 18:34:12 +0400
committerAlexander Barkov <bar@mnogosearch.org>2013-11-13 18:34:12 +0400
commite4608eb3c161709df8d81dfba98ef67a4957d3ee (patch)
treeea86f48ec1e05f4d39ba76d9f3e20004df7015e7 /mysql-test/mysql-test-run.pl
parent7787835520eefb6ff19c1566aec2477cf03239a9 (diff)
parent1bb3a0e3c856dd4c5846b41da7962ac3478f7945 (diff)
downloadmariadb-git-e4608eb3c161709df8d81dfba98ef67a4957d3ee.tar.gz
Merge 5.2 -> 5.3
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 740dea5fa68..918ecf7ab9e 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -2318,6 +2318,13 @@ sub environment_setup {
"$path_client_bindir/perror");
$ENV{'MY_PERROR'}= native_path($exe_perror);
+ # ----------------------------------------------------
+ # mysql_tzinfo_to_sql
+ # ----------------------------------------------------
+ my $exe_mysql_tzinfo_to_sql= mtr_exe_exists("$basedir/sql$opt_vs_config/mysql_tzinfo_to_sql",
+ "$path_client_bindir/mysql_tzinfo_to_sql");
+ $ENV{'MYSQL_TZINFO_TO_SQL'}= native_path($exe_mysql_tzinfo_to_sql);
+
# Create an environment variable to make it possible
# to detect that valgrind is being used from test cases
$ENV{'VALGRIND_TEST'}= $opt_valgrind;