Skip to content

Commit 134bf38

Browse files
author
Shlomi Noach
committed
initial, simple solution to our-of-order applying of DML events
1 parent 619be65 commit 134bf38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/logic/migrator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ func (this *Migrator) initiateStreaming() error {
613613
},
614614
)
615615
this.eventsStreamer.AddListener(
616-
true,
616+
false,
617617
this.migrationContext.DatabaseName,
618618
this.migrationContext.OriginalTableName,
619619
func(dmlEvent *binlog.BinlogDMLEvent) error {

0 commit comments

Comments
 (0)