2007-04-25 20:21:55 +02:00
|
|
|
# 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.
|
|
|
|
|
2018-03-09 14:05:35 +02:00
|
|
|
-- require include/have_symlink.require
|
2007-04-25 20:21:55 +02:00
|
|
|
|
|
|
|
disable_query_log;
|
2008-07-04 14:48:25 -04:00
|
|
|
show variables like 'have_symlink';
|
2007-04-25 20:21:55 +02:00
|
|
|
enable_query_log;
|