mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
per-file combinations
This commit is contained in:
@@ -37,8 +37,8 @@ sub new {
|
||||
|
||||
sub fullname {
|
||||
my ($self)= @_;
|
||||
$self->{name} . (defined $self->{combination}
|
||||
? " '$self->{combination}'"
|
||||
$self->{name} . (defined $self->{combinations}
|
||||
? " '" . join(',', sort @{$self->{combinations}}) . "'"
|
||||
: "")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user