We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6784b35 commit 22cc234Copy full SHA for 22cc234
packets.go
@@ -22,8 +22,9 @@ import (
22
"time"
23
)
24
25
-// Packets documentation:
26
-// 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
27
+// https://mariadb.com/kb/en/clientserver-protocol/
28
29
// Read packet to buffer 'data'
30
func (mc *mysqlConn) readPacket() ([]byte, error) {
0 commit comments