Commit 6e4f3deb authored by Alexander Nozdrin's avatar Alexander Nozdrin

Disable rpl_semi_sync on Windows due to Bug 49557.

parent f381d58c
...@@ -3,6 +3,10 @@ source include/not_embedded.inc; ...@@ -3,6 +3,10 @@ source include/not_embedded.inc;
source include/have_innodb.inc; source include/have_innodb.inc;
source include/master-slave.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= InnoDB;
#let $engine_type= MyISAM; #let $engine_type= MyISAM;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment