diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index dbc108d4fb2..59bf70363e8 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -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);