File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -427,12 +427,12 @@ type GTIDEvent struct {
427427SequenceNumber 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
431431ImmediateCommitTimestamp uint64
432432OriginalCommitTimestamp 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
436436TransactionLength uint64
437437
438438// ImmediateServerVersion/OriginalServerVersion are introduced in MySQL-8.0.14, see
You can’t perform that action at this time.
0 commit comments