File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -427,12 +427,12 @@ type GTIDEvent struct {
427
427
SequenceNumber int64
428
428
429
429
// 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
431
431
ImmediateCommitTimestamp uint64
432
432
OriginalCommitTimestamp uint64
433
433
434
434
// 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
436
436
TransactionLength uint64
437
437
438
438
// ImmediateServerVersion/OriginalServerVersion are introduced in MySQL-8.0.14, see
You can’t perform that action at this time.
0 commit comments