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:
@ -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;
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user