mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Bug#25592 wrong reporting for mysql-test-run.pl --mysqld=--binlog-format=...
mysql-test/mysql-test-run.pl: Allow both dash and underscore as separator for mysqld option
This commit is contained in:
@ -757,7 +757,7 @@ sub command_line_setup () {
|
||||
|
||||
foreach my $arg ( @opt_extra_mysqld_opt )
|
||||
{
|
||||
if ( $arg =~ /binlog-format=(\S+)/ )
|
||||
if ( $arg =~ /binlog[-_]format=(\S+)/ )
|
||||
{
|
||||
$used_binlog_format= $1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user