mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge mysql.com:/home/kostja/mysql/tmp_merge
into mysql.com:/home/kostja/mysql/mysql-5.1-merge mysql-test/mysql-test-run.sh: Auto merged mysql-test/r/trigger.result: Auto merged mysql-test/t/federated.test: Auto merged mysql-test/t/trigger-grant.test: Auto merged mysql-test/t/trigger.test: Auto merged sql/sp_head.cc: Auto merged sql/sp_head.h: Auto merged sql/sql_yacc.yy: Auto merged
This commit is contained in:
@ -202,7 +202,14 @@ SYST=0
|
||||
REALT=0
|
||||
FAST_START=""
|
||||
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=" "
|
||||
MYSQLD_SRC_DIRS="strings mysys include extra regex myisam \
|
||||
myisammrg heap sql"
|
||||
@ -651,8 +658,10 @@ fi
|
||||
[ -d $MYSQL_TEST_DIR/var/tmp ] || mkdir $MYSQL_TEST_DIR/var/tmp
|
||||
[ -d $MYSQL_TEST_DIR/var/run ] || mkdir $MYSQL_TEST_DIR/var/run
|
||||
[ -d $MYSQL_TEST_DIR/var/log ] || mkdir $MYSQL_TEST_DIR/var/log
|
||||
ln -s $MYSQL_TEST_DIR/std_data $MYSQL_TEST_DIR/var/std_data_ln
|
||||
|
||||
if ! test -L $MYSQL_TEST_DIR/var/std_data_ln ; then
|
||||
ln -s $MYSQL_TEST_DIR/std_data/ $MYSQL_TEST_DIR/var/std_data_ln
|
||||
fi
|
||||
|
||||
if test ${COLUMNS:-0} -lt 80 ; then COLUMNS=80 ; fi
|
||||
E=`$EXPR $COLUMNS - 8`
|
||||
DASH72=`$ECHO '-------------------------------------------------------'|$CUT -c 1-$E`
|
||||
|
Reference in New Issue
Block a user