summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_symlink.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/have_symlink.inc')
-rw-r--r--mysql-test/include/have_symlink.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/mysql-test/include/have_symlink.inc b/mysql-test/include/have_symlink.inc
new file mode 100644
index 00000000000..ec4743531fd
--- /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;