diff options
author | Mats Kindahl <mats@sun.com> | 2008-10-06 10:27:36 +0200 |
---|---|---|
committer | Mats Kindahl <mats@sun.com> | 2008-10-06 10:27:36 +0200 |
commit | bcaf5e0cf55fe87bf77fde836a8913ec170d7085 (patch) | |
tree | 7bac6ffa1fec91510d6ec0791124a707d0f29e3a /mysql-test/t/partition_not_windows.test | |
parent | 08399602a61dc9561773e178b8eabfb99b1ce945 (diff) | |
parent | 9daa56fd5ce3ccd33c32b5a505ac1d2b2c437460 (diff) | |
download | mariadb-git-bcaf5e0cf55fe87bf77fde836a8913ec170d7085.tar.gz |
Merging 5.1 main into 5.1-rpl.
Diffstat (limited to 'mysql-test/t/partition_not_windows.test')
-rw-r--r-- | mysql-test/t/partition_not_windows.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/partition_not_windows.test b/mysql-test/t/partition_not_windows.test index 333e12e2b16..ca5f1ba441e 100644 --- a/mysql-test/t/partition_not_windows.test +++ b/mysql-test/t/partition_not_windows.test @@ -3,6 +3,8 @@ --source include/have_partition.inc # DATA DIRECTORY/INDEX DIRECTORY require symbolic link support --source include/have_symlink.inc +# realpath is not compiled in when building with valgrind +--source include/not_valgrind.inc # The test for Bug 20770 is disabled on Windows due to BUG#19107; it # should be moved into partition.test once the bug has been resolved. |