1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

small mtr cleanup

and move the connect suite into storage/connect/
This commit is contained in:
Sergei Golubchik
2013-04-19 07:07:06 +02:00
parent 3975256685
commit 53375573e3
60 changed files with 24 additions and 23 deletions

View File

@@ -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=