summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <monty@tik.mysql.fi>2001-09-06 15:15:38 +0300
committerunknown <monty@tik.mysql.fi>2001-09-06 15:15:38 +0300
commit515f7ceab1f46e26e7a485b62a6c93c5449e4469 (patch)
treeb70d24ae6d5f39aef9ada8284af3c7f0d8ee90fc /mysql-test
parent54e33e272d75345b09190052bb0c7d52cce56fc8 (diff)
downloadmariadb-git-515f7ceab1f46e26e7a485b62a6c93c5449e4469.tar.gz
Don't modify innobase_data_file_path
Docs/manual.texi: cleanup mysql-test/mysql-test-run.sh: Move traces to 'log' with other log files
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/mysql-test-run.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh
index e560dab1c9b..14e62d08b3f 100644
--- a/mysql-test/mysql-test-run.sh
+++ b/mysql-test/mysql-test-run.sh
@@ -210,9 +210,9 @@ while test $# -gt 0; do
;;
--debug)
EXTRA_MASTER_MYSQLD_OPT="$EXTRA_MASTER_MYSQLD_OPT \
- --debug=d:t:O,$MYSQL_TMP_DIR/master.trace"
+ --debug=d:t:O,$MYSQL_TEST_DIR/var/log/master.trace"
EXTRA_SLAVE_MYSQLD_OPT="$EXTRA_SLAVE_MYSQLD_OPT \
- --debug=d:t:O,$MYSQL_TMP_DIR/slave.trace"
+ --debug=d:t:O,$MYSQL_TEST_DIR/var/log/slave.trace"
EXTRA_MYSQL_TEST_OPT="$EXTRA_MYSQL_TEST_OPT --debug"
;;
-- ) shift; break ;;
@@ -589,7 +589,7 @@ start_slave()
then
$ECHO "set args $master_args" > $GDB_SLAVE_INIT
ddd --debugger "gdb -x $GDB_SLAVE_INIT" $SLAVE_MYSQLD &
- prompt_user "Hit enter to continue after you've started the master"
+ prompt_user "Hit enter to continue after you've started the slave"
elif [ x$DO_GDB = x1 ]
then
$ECHO "set args $slave_args" > $GDB_SLAVE_INIT