From 47559994b14d52e20c53b669875887363c33903d Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 7 Jun 2007 14:25:17 +0200 Subject: Bug#28718 Running backup testcase fails in mysql testsuite - Skip test if the mysqld to test is not started from MYSQLTEST_VARDIR mysql-test/t/backup.test: Skip test if the mysqld to test is not started from MYSQLTEST_VARDIR mysql-test/t/blackhole.test: Skip test if the mysqld to test is not started from MYSQLTEST_VARDIR mysql-test/include/uses_vardir.inc: New BitKeeper file ``mysql-test/include/uses_vardir.inc'' --- mysql-test/t/backup.test | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mysql-test/t/backup.test') diff --git a/mysql-test/t/backup.test b/mysql-test/t/backup.test index a3339ecce69..6ff4144aaf2 100644 --- a/mysql-test/t/backup.test +++ b/mysql-test/t/backup.test @@ -1,3 +1,8 @@ + +# The server need to be started in $MYSQLTEST_VARDIR since it +# uses ../std_data_ln/ +-- source include/uses_vardir.inc + # # This test is a bit tricky as we can't use backup table to overwrite an old # table -- cgit v1.2.1