添加 mysql packet最大允许值设置

This commit is contained in:
hebo
2020-11-22 20:26:59 +08:00
parent 7474eb3816
commit ddae41dbe2
2 changed files with 3 additions and 8 deletions

View File

@@ -91,13 +91,6 @@ const (
GlobalStatusTable = "GLOBAL_STATUS"
)
// Identifier length limitations.
const (
// MaxMysqlPacketLen is the max packet payload length.
MaxMysqlPacketLen = 128 * 1024
)
const (
millSecondUnit = int64(time.Millisecond)
)