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 6eeacbf commit 50391cbCopy full SHA for 50391cb
README.md
@@ -27,7 +27,7 @@ cfg := replication.BinlogSyncerConfig {
27
}
28
syncer := replication.NewBinlogSyncer(cfg)
29
30
-// Start sync with sepcified binlog file and position
+// Start sync with specified binlog file and position
31
streamer, _ := syncer.StartSync(mysql.Position{binlogFile, binlogPos})
32
33
// or you can start a gtid replication like
0 commit comments