1899
1926
N_("Max packetlength to send/receive from to server."),
1900
1927
(char**) &global_system_variables.max_allowed_packet,
1901
1928
(char**) &max_system_variables.max_allowed_packet, 0, GET_UINT32,
1902
REQUIRED_ARG, 1024*1024L, 1024, 1024L*1024L*1024L, MALLOC_OVERHEAD, 1024, 0},
1929
REQUIRED_ARG, 64*1024*1024L, 1024, 1024L*1024L*1024L, MALLOC_OVERHEAD, 1024, 0},
1903
1930
{"max_connect_errors", OPT_MAX_CONNECT_ERRORS,
1904
1931
N_("If there is more than this number of interrupted connections from a "
1905
1932
"host this host will be blocked from further connections."),