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.
2 parents e9cb4a2 + ca8aef5 commit 9c2c7baCopy full SHA for 9c2c7ba
go/logic/applier.go
@@ -48,7 +48,7 @@ func newDmlBuildResultError(err error) *dmlBuildResult {
48
}
49
50
51
-// 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
52
// happens. This is typically the master, but could be a replica when `--test-on-replica` or
53
// `--execute-on-replica` are given.
54
// Applier is the one to actually write row data and apply binlog events onto the ghost table.
0 commit comments