Fix mysql-test-run.pl to work after d6d5c168cf1
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
@ -372,7 +372,7 @@ sub resolve_at_variable {
|
||||
}
|
||||
$res .= $after;
|
||||
|
||||
$config->insert($group->name(), $option->name(), $res)
|
||||
$option->{value}= $res;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user