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