diff options
author | unknown <msvensson@pilot.(none)> | 2007-06-07 14:25:17 +0200 |
---|---|---|
committer | unknown <msvensson@pilot.(none)> | 2007-06-07 14:25:17 +0200 |
commit | 47559994b14d52e20c53b669875887363c33903d (patch) | |
tree | 637cddb35cdb67a6f0f54d8a6e57346b82d14082 /mysql-test/t/backup.test | |
parent | c73e0cfb6022945a5b0411b740f51e0f931a9d07 (diff) | |
download | mariadb-git-47559994b14d52e20c53b669875887363c33903d.tar.gz |
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''
Diffstat (limited to 'mysql-test/t/backup.test')
-rw-r--r-- | mysql-test/t/backup.test | 5 |
1 files changed, 5 insertions, 0 deletions
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 |