diff --git a/pkg/frontend/variables.go b/pkg/frontend/variables.go index 48b4a777a7048..84d62ec3993bd 100644 --- a/pkg/frontend/variables.go +++ b/pkg/frontend/variables.go @@ -1040,7 +1040,7 @@ var gSysVarsDefs = map[string]SystemVariable{ Scope: ScopeBoth, Dynamic: true, SetVarHintApplies: false, - Type: InitSystemVariableIntType("max_allowed_packet", 1024, 67108864, false), + Type: InitSystemVariableIntType("max_allowed_packet", 1024, 1073741824, false), Default: int64(67108864), }, "version_comment": {