Commit 6b9e2b9a authored by Magnus Svensson's avatar Magnus Svensson

Bug#36616 rpl tests without 'source include/have_log_bin.inc' fail starting server

parent 8676a302
......@@ -3623,6 +3623,11 @@ sub mysqld_arguments ($$$) {
{
; # Dont add --binlog-format when running without binlog
}
elsif ($arg eq "--loose-skip-log-bin" and
$mysqld->option("log-slave-updates"))
{
; # Dont add --skip-log-bin when mysqld have --log-slave-updates in config
}
else
{
mtr_add_arg($args, "%s", $arg);
......
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