mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +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