initial, simple solution to our-of-order applying of DML events

This commit is contained in:
Shlomi Noach 2016-05-05 17:14:55 +03:00
parent 619be65524
commit 134bf385fd

View File

@ -613,7 +613,7 @@ func (this *Migrator) initiateStreaming() error {
},
)
this.eventsStreamer.AddListener(
true,
false,
this.migrationContext.DatabaseName,
this.migrationContext.OriginalTableName,
func(dmlEvent *binlog.BinlogDMLEvent) error {