Disable rpl_semi_sync on Windows due to Bug 49557.

This commit is contained in:
Alexander Nozdrin 2010-02-26 09:06:43 +03:00
parent f381d58ca1
commit 6e4f3deb72

View File

@ -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;