mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Options option_name=0 in combination files were processed incorrectly
This commit is contained in:
@ -47,7 +47,7 @@ sub option {
|
||||
my $value= $self->{value};
|
||||
|
||||
my $opt= $name;
|
||||
$opt= "$name=$value" if ($value);
|
||||
$opt= "$name=$value" if (defined $value);
|
||||
$opt= "--$opt" unless ($opt =~ /^--/);
|
||||
return $opt;
|
||||
}
|
||||
|
Reference in New Issue
Block a user