You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
391 B

  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. -- require r/have_symlink.require
  6. disable_query_log;
  7. show variables like "have_symlink";
  8. enable_query_log;