From 2319c5cf0c87fe653f4140e4dd1ed572d4cc8382 Mon Sep 17 00:00:00 2001 From: Mattias Jonsson Date: Thu, 28 Aug 2008 16:59:22 +0200 Subject: [PATCH] Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY. post push patch when building with valgrind, it does not compile in realpath, so this test fails when using a valgrind build NOTE: building with valgrind is not the same as useing the --valgrind option with mysql-test-run --- 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 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.