From 242a5a945fc436d4dc78b41d487dd82f7c97e200 Mon Sep 17 00:00:00 2001 From: Alexander Nozdrin Date: Fri, 26 Feb 2010 09:06:43 +0300 Subject: [PATCH] Disable rpl_semi_sync on Windows due to Bug 49557. --- mysql-test/suite/rpl/t/rpl_semi_sync.test | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mysql-test/suite/rpl/t/rpl_semi_sync.test b/mysql-test/suite/rpl/t/rpl_semi_sync.test index b04541aba21..c6c4096f0fc 100644 --- a/mysql-test/suite/rpl/t/rpl_semi_sync.test +++ b/mysql-test/suite/rpl/t/rpl_semi_sync.test @@ -3,6 +3,10 @@ source include/not_embedded.inc; source include/have_innodb.inc; source include/master-slave.inc; +# -- [DISABLED Bug#49557] +# This test case fails on Windows due to Bug#49557. +source include/not_windows.inc; + let $engine_type= InnoDB; #let $engine_type= MyISAM;