~drizzle-trunk/drizzle/development

1 by brian
clean slate
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 r/have_symlink.require
7
8
disable_query_log;
9
show variables like "have_symlink";
10
enable_query_log;