From 47c0b4ca629f9f9315fa3821dfb4d8dbfe718449 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 25 Apr 2007 20:21:55 +0200 Subject: Fix for valgrind errors in test: require symlink support for partition_not_windows.test mysql-test/include/have_symlink.inc: BitKeeper file /benchmarks/ext3/TOSAVE/tsmith/bk/maint/51/mysql-test/include/have_symlink.inc --- mysql-test/include/have_symlink.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mysql-test/include/have_symlink.inc (limited to 'mysql-test/include/have_symlink.inc') diff --git a/mysql-test/include/have_symlink.inc b/mysql-test/include/have_symlink.inc new file mode 100644 index 00000000000..11060536b0d --- /dev/null +++ b/mysql-test/include/have_symlink.inc @@ -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; -- cgit v1.2.1