Skip to content

Commit c392f89

Browse files
committed
replace broken links to mysqlhighavailability.com
1 parent 8f53f5c commit c392f89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

replication/event.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,12 +427,12 @@ type GTIDEvent struct {
427427
SequenceNumber int64
428428

429429
// ImmediateCommitTimestamp/OriginalCommitTimestamp are introduced in MySQL-8.0.1, see:
430-
// https://mysqlhighavailability.com/replication-features-in-mysql-8-0-1/
430+
// https://dev.mysql.com/blog-archive/new-monitoring-replication-features-and-more
431431
ImmediateCommitTimestamp uint64
432432
OriginalCommitTimestamp uint64
433433

434434
// Total transaction length (including this GTIDEvent), introduced in MySQL-8.0.2, see:
435-
// https://mysqlhighavailability.com/taking-advantage-of-new-transaction-length-metadata/
435+
// https://dev.mysql.com/blog-archive/taking-advantage-of-new-transaction-length-metadata
436436
TransactionLength uint64
437437

438438
// ImmediateServerVersion/OriginalServerVersion are introduced in MySQL-8.0.14, see

0 commit comments

Comments
 (0)