1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

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.
This commit is contained in:
Patrick Crews
2009-06-12 14:40:02 +01:00
parent eac6619ff0
commit 62a32540fc
4 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,9 @@
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
}
source include/master-slave.inc;
#