Skip to content

Commit

Permalink
update URL for protocol docs (go-sql-driver#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Apr 30, 2024
1 parent 6784b35 commit 22cc234
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packets.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ import (
"time"
)

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

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

0 comments on commit 22cc234

Please sign in to comment.