mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
typo fixed
This commit is contained in:
@ -606,7 +606,7 @@ sub new_config {
|
|||||||
|
|
||||||
# add auto-options
|
# add auto-options
|
||||||
$config->insert('OPT', 'port' => sub { fix_port($self, $config) });
|
$config->insert('OPT', 'port' => sub { fix_port($self, $config) });
|
||||||
$config->insert('OPT', 'vardir' => sub { shift->{ARGS}->{vardir} });
|
$config->insert('OPT', 'vardir' => sub { $self->{ARGS}->{vardir} });
|
||||||
|
|
||||||
{
|
{
|
||||||
# Run pre rules
|
# Run pre rules
|
||||||
|
Reference in New Issue
Block a user