1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-13 13:01:51 +03:00

Fixed typo in Config.pgm

This commit is contained in:
Monty
2019-06-06 16:38:03 +03:00
parent b83aff56f1
commit dfe7968c6e

View File

@ -369,7 +369,7 @@ sub insert {
$tmp_option =~ s/_/-/g;
# If the option is an option that one can specify many times, always add
$if_not_exist= 1 if (@multipart_options{$tmp_option});
$if_not_exist= 1 if ($multipart_options{$tmp_option});
# Add the option to the group
$group->insert($option, $value, $if_not_exist);