summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-08-16 14:35:32 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-08-16 14:35:32 +0300
commit67ddb6507d58b08f88dfede96b057eae34d9d76e (patch)
tree5f28ca11d7940d4fc17b6b9182eda27bae88e70f /mysql-test/mysql-test-run.pl
parent6073049a3675363f7d7efe26f47525b528be9e2f (diff)
parentc221bcdce7714a74b89a02de941e8d8df2994ce3 (diff)
downloadmariadb-git-67ddb6507d58b08f88dfede96b057eae34d9d76e.tar.gz
Merge 10.4 into 10.5
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index f450eef96bd..1017ee4f8d2 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -3370,6 +3370,7 @@ sub mysql_install_db {
# Create the bootstrap.sql file
# ----------------------------------------------------------------------
my $bootstrap_sql_file= "$opt_vardir/log/bootstrap.sql";
+ $ENV{'MYSQL_BOOTSTRAP_SQL_FILE'}= $bootstrap_sql_file;
if (! -e $bootstrap_sql_file)
{