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