mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Fix mysql-test-run.pl to work after d6d5c168cf
option values now have to be edited in-place, instead of replacing an option with another one that has the same name but a new value.
This commit is contained in:
parent
dfe7968c6e
commit
9b22354a59
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ sub resolve_at_variable {
|
|||
}
|
||||
$res .= $after;
|
||||
|
||||
$config->insert($group->name(), $option->name(), $res)
|
||||
$option->{value}= $res;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue