mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03: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:
@ -372,7 +372,7 @@ sub resolve_at_variable {
|
||||
}
|
||||
$res .= $after;
|
||||
|
||||
$config->insert($group->name(), $option->name(), $res)
|
||||
$option->{value}= $res;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user