Merge branch 'master' into go-mysql-updates-201709

This commit is contained in:
Shlomi Noach 2017-10-02 08:43:25 +03:00 committed by GitHub
commit 2635a26069

View File

@ -915,7 +915,7 @@ func (this *Migrator) printStatus(rule PrintStatusRule, writers ...io.Writer) {
}
}
// initiateStreaming begins treaming of binary log events and registers listeners for such events
// initiateStreaming begins streaming of binary log events and registers listeners for such events
func (this *Migrator) initiateStreaming() error {
this.eventsStreamer = NewEventsStreamer()
if err := this.eventsStreamer.InitDBConnections(); err != nil {