You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PerconaFormattedSqlChangeLogParser.parse() first delegates to the default FormattedSqlChangeLogParser.parse() (see here) to produce a list of ChangeSets, which are then translated to a new list of Percona ChangeSets. However, any ChangeSet preconditions are lost in translation (i.e., ChangeSet.setPreconditions() is never called).