diff options
author | unknown <tsmith@quadxeon.mysql.com> | 2007-04-25 20:21:55 +0200 |
---|---|---|
committer | unknown <tsmith@quadxeon.mysql.com> | 2007-04-25 20:21:55 +0200 |
commit | 47c0b4ca629f9f9315fa3821dfb4d8dbfe718449 (patch) | |
tree | 20b2ba3c616f107c95457bbf123d2d10bbc90a58 /mysql-test/include/have_symlink.inc | |
parent | 604c12b4660c038503a3a970f1ef986027065a88 (diff) | |
download | mariadb-git-47c0b4ca629f9f9315fa3821dfb4d8dbfe718449.tar.gz |
Fix for valgrind errors in test: require symlink support for partition_not_windows.test
mysql-test/include/have_symlink.inc:
BitKeeper file /benchmarks/ext3/TOSAVE/tsmith/bk/maint/51/mysql-test/include/have_symlink.inc
Diffstat (limited to 'mysql-test/include/have_symlink.inc')
-rw-r--r-- | mysql-test/include/have_symlink.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mysql-test/include/have_symlink.inc b/mysql-test/include/have_symlink.inc new file mode 100644 index 00000000000..11060536b0d --- /dev/null +++ b/mysql-test/include/have_symlink.inc @@ -0,0 +1,10 @@ +# 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. + +-- require r/have_symlink.require + +disable_query_log; +show variables like "have_symlink"; +enable_query_log; |