We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 339da78 + 9d2b118 commit a1d80f5Copy full SHA for a1d80f5
replication/binlogsyncer.go
@@ -75,7 +75,7 @@ func (b *BinlogSyncer) LocalHostname() string {
75
}
76
77
// SetLocalHostname set's the hostname that register salve would register as.
78
-func (b *NewBinlogSyncer) SetLocalHostname(name string) {
+func (b *BinlogSyncer) SetLocalHostname(name string) {
79
b.localhost = name
80
81
0 commit comments