1# Several partition-related tests include this file, because Valgrind/Purify
2# builds disable symlink support; some partition functionality depends on
3# symlink support, and so does not test correctly under valgrind.  See the
4# comment in mysqld.cc for the --symbolic-links option.
5
6-- require include/have_symlink.require
7
8disable_query_log;
9show variables like 'have_symlink';
10enable_query_log;
11