1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Make it possible to run mysql-test-run.pl with default test suite in different vardir.

This commit is contained in:
msvensson@neptunus.(none)
2006-01-24 08:30:54 +01:00
parent 8dce5e198d
commit 09ec2919a1
82 changed files with 459 additions and 404 deletions

View File

@ -1,5 +1,5 @@
rm -f $MYSQL_TEST_DIR/var/slave-data/*-bin.*
rm -f $MYSQL_TEST_DIR/var/slave-data/master.info
rm -f $MYSQL_TEST_DIR/var/slave-data/*.index
rm -f $MYSQLTEST_VARDIR/slave-data/*-bin.*
rm -f $MYSQLTEST_VARDIR/slave-data/master.info
rm -f $MYSQLTEST_VARDIR/slave-data/*.index