From 2d16cabd75a2fcd6f36e057939fdae6a7ffb99eb Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Sun, 28 Apr 2024 16:11:17 +0900 Subject: [PATCH] update URL for protocol docs --- packets.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packets.go b/packets.go index 3d6e5308c..db629f3d5 100644 --- a/packets.go +++ b/packets.go @@ -21,8 +21,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) {