mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
post-merge fixes.
most tests pass. 5.3 merge is next
This commit is contained in:
@ -645,6 +645,7 @@ sub new_config {
|
||||
# add auto-options
|
||||
$config->insert('OPT', 'port' => sub { fix_port($self, $config) });
|
||||
$config->insert('OPT', 'vardir' => sub { $self->{ARGS}->{vardir} });
|
||||
$config->insert('OPT', 'plugindir' => sub { $::plugindir });
|
||||
|
||||
{
|
||||
# Run pre rules
|
||||
|
Reference in New Issue
Block a user