diff options
author | Alexey Botchkov <holyfoot@mysql.com> | 2008-10-27 19:25:11 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@mysql.com> | 2008-10-27 19:25:11 +0400 |
commit | 6ca7e5c549bcd26a52097ba2a25647f86e898ffe (patch) | |
tree | afe246c7fec796ca2a125a5292b3b5a27be73637 /mysql-test/t/partition_not_windows.test | |
parent | 8d108cb53b48601aa0f570c918284e579ccff16b (diff) | |
download | mariadb-git-6ca7e5c549bcd26a52097ba2a25647f86e898ffe.tar.gz |
Bug#39102 valgrind build does not compile in realpath, which make DATA/INDEX DIR fail
#ifdef HAVE_purify removed
per-file comments:
mysql-test/t/partition_not_windows.test
Bug#39102 valgrind build does not compile in realpath, which make DATA/INDEX DIR fail
test reenabled
mysys/my_symlink.c
Bug#39102 valgrind build does not compile in realpath, which make DATA/INDEX DIR fail
superfluous ifdef removed, comments fixed
Diffstat (limited to 'mysql-test/t/partition_not_windows.test')
-rw-r--r-- | mysql-test/t/partition_not_windows.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/t/partition_not_windows.test b/mysql-test/t/partition_not_windows.test index 4814828c9b9..d7108d5af98 100644 --- a/mysql-test/t/partition_not_windows.test +++ b/mysql-test/t/partition_not_windows.test @@ -3,8 +3,6 @@ --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. |