mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Bug #16919 some tests fail in 5.0
- Use "../tmp" as --slave-load-tmpdir. Same as in mysql-test-run.pl
This commit is contained in:
parent
b7c3d5ef86
commit
a71de6bfe2
1 changed files with 8 additions and 1 deletions
|
@ -202,7 +202,14 @@ SYST=0
|
||||||
REALT=0
|
REALT=0
|
||||||
FAST_START=""
|
FAST_START=""
|
||||||
MYSQL_TMP_DIR=$MYSQL_TEST_DIR/var/tmp
|
MYSQL_TMP_DIR=$MYSQL_TEST_DIR/var/tmp
|
||||||
SLAVE_LOAD_TMPDIR=../../var/tmp #needs to be same length to test logging
|
|
||||||
|
# Use a relative path for where the slave will find the dumps
|
||||||
|
# generated by "LOAD DATA" on the master. The path is relative
|
||||||
|
# since it must have fixed length to test logging
|
||||||
|
# i.e otherwise the output from "SHOW MASTER STATUS" will vary
|
||||||
|
# with the strlen() of MYSQL_TEST_DIR
|
||||||
|
SLAVE_LOAD_TMPDIR=../tmp
|
||||||
|
|
||||||
RES_SPACE=" "
|
RES_SPACE=" "
|
||||||
MYSQLD_SRC_DIRS="strings mysys include extra regex myisam \
|
MYSQLD_SRC_DIRS="strings mysys include extra regex myisam \
|
||||||
myisammrg heap sql"
|
myisammrg heap sql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue