mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Bug#36616 rpl tests without 'source include/have_log_bin.inc' fail starting server
This commit is contained in:
@ -3623,6 +3623,11 @@ sub mysqld_arguments ($$$) {
|
|||||||
{
|
{
|
||||||
; # Dont add --binlog-format when running without binlog
|
; # 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
|
else
|
||||||
{
|
{
|
||||||
mtr_add_arg($args, "%s", $arg);
|
mtr_add_arg($args, "%s", $arg);
|
||||||
|
Reference in New Issue
Block a user