mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
Bug#25592 wrong reporting for mysql-test-run.pl --mysqld=--binlog-format=...
This commit is contained in:
parent
e221a1a194
commit
10da8b7e96
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue