Commit 9b22354a authored by Sergei Golubchik's avatar Sergei Golubchik

Fix mysql-test-run.pl to work after d6d5c168

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.
parent dfe7968c
...@@ -372,7 +372,7 @@ sub resolve_at_variable { ...@@ -372,7 +372,7 @@ sub resolve_at_variable {
} }
$res .= $after; $res .= $after;
$config->insert($group->name(), $option->name(), $res) $option->{value}= $res;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment