mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-10 23:21:40 +08:00
capture big mysql package
This commit is contained in:
@@ -95,8 +95,8 @@ const (
|
||||
// Identifier length limitations.
|
||||
// See https://dev.mysql.com/doc/refman/5.7/en/identifiers.html
|
||||
const (
|
||||
// MaxPayloadLen is the max packet payload length.
|
||||
MaxPayloadLen = 1<<24 - 1
|
||||
// MaxMysqlPacketLen is the max packet payload length.
|
||||
MaxMysqlPacketLen = 1<<24 - 1
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user