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 return err
} else { } else {
this.migrationContext.ApplierConnectionConfig.Key = *key this.migrationContext.ApplierConnectionConfig.Key = *key
this.migrationContext.ApplierConnectionConfig.ImpliedKey = key
} }
} }
if this.migrationContext.TestOnReplica || this.migrationContext.MigrateOnReplica { if this.migrationContext.TestOnReplica || this.migrationContext.MigrateOnReplica {