diff options
author | unknown <msvensson@neptunus.(none)> | 2006-02-26 19:54:09 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-02-26 19:54:09 +0100 |
commit | 399617efe6ef5c861cedc6501acff6235e77d3c6 (patch) | |
tree | 2294ca1357f8b4ae339969f95d2f8e11d2e6f0e0 /mysql-test/mysql-test-run.sh | |
parent | ef1316fadda7b7d8c1b00de6d82576ebc21607cc (diff) | |
download | mariadb-git-399617efe6ef5c861cedc6501acff6235e77d3c6.tar.gz |
Look for and "convert" paths that start with $MYSQL_TMP_DIR
client/mysqltest.c:
Also look for "$MYSQL_TMP_DIR" when looking for paths to convert
mysql-test/mysql-test-run.pl:
Export $MYSQL_TMP_DIR
mysql-test/mysql-test-run.sh:
Export $MYSQL_TMP_DIR
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index c4038f88da4..343c883b8da 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -202,6 +202,7 @@ SYST=0 REALT=0 FAST_START="" MYSQL_TMP_DIR=$MYSQL_TEST_DIR/var/tmp +export MYSQL_TMP_DIR # Use a relative path for where the slave will find the dumps # generated by "LOAD DATA" on the master. The path is relative |