assume-master-host now applied ImpliedKey

This commit is contained in:
Shlomi Noach 2016-10-06 12:00:34 +02:00
parent c749edccfd
commit ef04fa49f5

View File

@ -624,6 +624,7 @@ func (this *Migrator) initiateInspector() (err error) {
return err
} else {
this.migrationContext.ApplierConnectionConfig.Key = *key
this.migrationContext.ApplierConnectionConfig.ImpliedKey = key
}
}
if this.migrationContext.TestOnReplica || this.migrationContext.MigrateOnReplica {