diff options
author | Georgi Kodinov <kgeorge@mysql.com> | 2008-08-28 18:24:06 +0300 |
---|---|---|
committer | Georgi Kodinov <kgeorge@mysql.com> | 2008-08-28 18:24:06 +0300 |
commit | 267c94c7ce5c6797c4e38f66e286b2331ae14fa6 (patch) | |
tree | 07623ea44020586e4ee4c18d278dede62e32d05b | |
parent | bc2b637f8685d6c2e7f8ddc1b78d44e9b6202610 (diff) | |
parent | 139a4ea88cc9e2a60e3bdbf3135358ff7bce0df5 (diff) | |
download | mariadb-git-267c94c7ce5c6797c4e38f66e286b2331ae14fa6.tar.gz |
merge
-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 d7108d5af98..4814828c9b9 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. |