From 4bb00b74addb3085197435d81de900716146bf59 Mon Sep 17 00:00:00 2001 From: Sven Sandberg Date: Sat, 4 Oct 2008 13:06:15 +0200 Subject: [PATCH] BUG#39102: valgrind build does not compile in realpath, which make DATA/INDEX DIR fail Disable the test case on valgrind. This is a backport to 5.1-rpl of something that already exists in 5.1 main. --- mysql-test/t/partition_not_windows.test | 2 ++ 1 file changed, 2 insertions(+) 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.