mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user