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:
@@ -165,6 +165,8 @@ sub value {
|
||||
}
|
||||
|
||||
|
||||
sub auto { 0 };
|
||||
|
||||
#
|
||||
# Return value for an option if it exist
|
||||
#
|
||||
@@ -189,6 +191,8 @@ sub new {
|
||||
bless My::Config::Group->new($group_name), $class;
|
||||
}
|
||||
|
||||
sub auto { 1 };
|
||||
|
||||
#
|
||||
# Return value for an option in the group, fail if it does not exist
|
||||
#
|
||||
@@ -214,6 +218,8 @@ use strict;
|
||||
use warnings;
|
||||
use Carp;
|
||||
|
||||
sub auto { 1 };
|
||||
|
||||
sub new {
|
||||
my ($class, $group_name)= @_;
|
||||
bless My::Config::Group->new($group_name), $class;
|
||||
|
Reference in New Issue
Block a user