Skip to content

Commit 2d16cab

Browse files
committed
update URL for protocol docs
1 parent 8a327a3 commit 2d16cab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packets.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ import (
2121
"time"
2222
)
2323

24-
// Packets documentation:
25-
// http://dev.mysql.com/doc/internals/en/client-server-protocol.html
24+
// MySQL client/server protocol documentations.
25+
// https://dev.mysql.com/doc/dev/mysql-server/latest/PAGE_PROTOCOL.html
26+
// https://mariadb.com/kb/en/clientserver-protocol/
2627

2728
// Read packet to buffer 'data'
2829
func (mc *mysqlConn) readPacket() ([]byte, error) {

0 commit comments

Comments
 (0)