From b920fb4512f66545bc301cea78cb38b5ab9c3a86 Mon Sep 17 00:00:00 2001 From: Sven Sandberg Date: Wed, 1 Oct 2008 16:02:04 +0200 Subject: [PATCH] BUG#38269: pushbuild gives valgrind error in ha_statistic_increment for rpl_temporary Re-enabling failing test case because server logs were lost in pushbuild, so we need to run it again. mysql-test/suite/rpl/t/disabled.def: Re-enabling failing test case because server logs were lost in pushbuild, so we need to run it again. --- mysql-test/suite/rpl/t/disabled.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/suite/rpl/t/disabled.def b/mysql-test/suite/rpl/t/disabled.def index a8c83d58884..f215cf75f3d 100644 --- a/mysql-test/suite/rpl/t/disabled.def +++ b/mysql-test/suite/rpl/t/disabled.def @@ -12,5 +12,5 @@ rpl_redirect : Failure is sporadic and and the test is superfluous (mats) rpl_innodb_bug28430 : Failure on Solaris Bug #36793 -rpl_temporary : BUG#38269 2008-07-21 Sven valgrind error in pushbuild +#rpl_temporary : BUG#38269 2008-07-21 Sven valgrind error in pushbuild rpl_flushlog_loop : BUG#37733 2008-07-23 Sven disabled in 5.1-bugteam. the bug has been fixed in 5.1-rpl: please re-enable when that gets pushed to main