mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-19 18:34:59 +00:00
Fix: forgot to inherit conflicts
This commit is contained in:
@@ -230,6 +230,7 @@ func (base *LogCtx) Inherit(ctx LogCtx) {
|
||||
if base.Version == "" {
|
||||
base.Version = ctx.Version
|
||||
}
|
||||
base.Conflicts = append(ctx.Conflicts, base.Conflicts...)
|
||||
base.MergeMapsWith([]LogCtx{ctx})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user