mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-20 02:44:58 +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 == "" {
|
if base.Version == "" {
|
||||||
base.Version = ctx.Version
|
base.Version = ctx.Version
|
||||||
}
|
}
|
||||||
|
base.Conflicts = append(ctx.Conflicts, base.Conflicts...)
|
||||||
base.MergeMapsWith([]LogCtx{ctx})
|
base.MergeMapsWith([]LogCtx{ctx})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user