mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
small mtr cleanup
and move the connect suite into storage/connect/
This commit is contained in:
parent
3975256685
commit
53375573e3
60 changed files with 24 additions and 23 deletions
|
|
@ -37,7 +37,7 @@ sub add_opt_values {
|
|||
|
||||
# add auto-options
|
||||
$config->insert('OPT', 'port' => sub { fix_port($self, $config) });
|
||||
$config->insert('mysqld', "loose-skip-$_" => undef) for (@::optional_plugins);
|
||||
$config->insert('mysqld', "loose-skip-plugin-$_" => undef) for (@::optional_plugins);
|
||||
}
|
||||
|
||||
my @pre_rules=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue