We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42893fb commit d4d1c88Copy full SHA for d4d1c88
go/logic/applier.go
@@ -47,7 +47,7 @@ func newDmlBuildResultError(err error) *dmlBuildResult {
47
}
48
49
50
-// Applier connects and writes the the applier-server, which is the server where migration
+// Applier connects and writes the applier-server, which is the server where migration
51
// happens. This is typically the master, but could be a replica when `--test-on-replica` or
52
// `--execute-on-replica` are given.
53
// Applier is the one to actually write row data and apply binlog events onto the ghost table.
0 commit comments