1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Don't add --binlog-format if --skip-log-bin or --loose-skip-log-bin is

used for the test
This commit is contained in:
unknown
2007-12-13 11:28:34 +01:00
parent 1370500c0d
commit 78b148c895

View File

@ -2600,8 +2600,8 @@ sub mysqld_arguments ($$$) {
mtr_add_arg($args, "%s--log-output=table,file", $prefix);
}
# Check if "extra_opt" contains --skip-log-bin
my $skip_binlog= grep(/^--skip-log-bin/, @$extra_opt, @opt_extra_mysqld_opt);
# Check if "extra_opt" contains skip-log-bin
my $skip_binlog= grep(/^(--|--loose-)skip-log-bin/, @$extra_opt, @opt_extra_mysqld_opt);
if ( $opt_debug )
{