From 62a32540fc8ff953ff0bbf360ffa273d0d2e28c4 Mon Sep 17 00:00:00 2001 From: Patrick Crews Date: Fri, 12 Jun 2009 14:40:02 +0100 Subject: Bug#44920: MTR2 is not processing master.opt input properly on Windows Re-enabled tests main.init_connect and rpl.rpl_init_slave.test for non-Windows platforms. Please remove this code upon fixing the bug. --- mysql-test/t/init_connect.test | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mysql-test/t/init_connect.test') diff --git a/mysql-test/t/init_connect.test b/mysql-test/t/init_connect.test index b6bac5f65fa..1e93d0d671f 100644 --- a/mysql-test/t/init_connect.test +++ b/mysql-test/t/init_connect.test @@ -2,6 +2,11 @@ # Test of init_connect variable # +if(`SELECT CONVERT(@@version_compile_os using latin1) IN ("Win32", "Win64", "Windows")`) +{ +--skip Bug#44920 2009-05-18 pcrews MTR2 is not processing master.opt input properly on Windows +} + # should work with embedded server after mysqltest is fixed --source include/not_embedded.inc -- cgit v1.2.1