Skip to content

Commit 22cc234

Browse files
committed
update URL for protocol docs (go-sql-driver#1580)
1 parent 6784b35 commit 22cc234

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
@@ -22,8 +22,9 @@ import (
2222
"time"
2323
)
2424

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

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

0 commit comments

Comments
 (0)