From: Date: October 4 2008 1:03pm Subject: bzr commit into mysql-5.1 branch (sven:2669) Bug#39102 List-Archive: http://lists.mysql.com/commits/55317 X-Bug: 39102 Message-Id: <20081004110352.C2604B72FD@riska> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///home/sven/bzr/debug-max/5.1-rpl/ 2669 Sven Sandberg 2008-10-04 BUG#39102: valgrind build does not compile in realpath, which make DATA/INDEX DIR fail Disable the test case on valgrind. This is a backport to 5.1-rpl of something that already exists in 5.1 main. modified: mysql-test/suite/rpl/t/rpl_drop.test mysql-test/t/partition_not_windows.test per-file messages: mysql-test/t/partition_not_windows.test Disable the test case on valgrind platform === modified file 'mysql-test/suite/rpl/t/rpl_drop.test' --- a/mysql-test/suite/rpl/t/rpl_drop.test 2007-06-27 12:28:02 +0000 +++ b/mysql-test/suite/rpl/t/rpl_drop.test 2008-10-04 11:03:40 +0000 @@ -7,9 +7,8 @@ drop table if exists t1, t2; create table t1 (a int); --error 1051 drop table t1, t2; -save_master_pos; -connection slave; -sync_with_master; + +sync_slave_with_master; # End of 4.1 tests === modified file 'mysql-test/t/partition_not_windows.test' --- a/mysql-test/t/partition_not_windows.test 2008-04-03 19:40:10 +0000 +++ b/mysql-test/t/partition_not_windows.test 2008-10-04 11:03:40 +0000 @@ -3,6 +3,8 @@ --source include/have_partition.inc # DATA DIRECTORY/INDEX DIRECTORY require symbolic link support --source include/have_symlink.inc +# realpath is not compiled in when building with valgrind +--source include/not_valgrind.inc # The test for Bug 20770 is disabled on Windows due to BUG#19107; it # should be moved into partition.test once the bug has been resolved.