~linuxjedi/drizzle/trunk-bug-667053

« back to all changes in this revision

Viewing changes to mysql-test/include/have_symlink.inc

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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;