1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fix for valgrind errors in test: require symlink support for partition_not_windows.test

This commit is contained in:
tsmith@quadxeon.mysql.com
2007-04-25 20:21:55 +02:00
parent d343965fcd
commit 43b4b044f7
5 changed files with 21 additions and 18 deletions

View File

@@ -0,0 +1,10 @@
# Several partition-related tests include this file, because Valgrind/Purify
# builds disable symlink support; some partition functionality depends on
# symlink support, and so does not test correctly under valgrind. See the
# comment in mysqld.cc for the --symbolic-links option.
-- require r/have_symlink.require
disable_query_log;
show variables like "have_symlink";
enable_query_log;