1882
1866
(char**) &global_system_variables.max_allowed_packet,
1883
1867
(char**) &max_system_variables.max_allowed_packet, 0, GET_UINT32,
1884
1868
REQUIRED_ARG, 64*1024*1024L, 1024, 1024L*1024L*1024L, MALLOC_OVERHEAD, 1024, 0},
1888
(char**) &max_connect_errors, (char**) &max_connect_errors, 0, GET_UINT64,
1889
REQUIRED_ARG, MAX_CONNECT_ERRORS, 1, ULONG_MAX, 0, 1, 0},
1890
1869
{"max_heap_table_size", OPT_MAX_HEP_TABLE_SIZE,
1891
1870
N_("Don't allow creation of heap tables bigger than this."),
1892
1871
(char**) &global_system_variables.max_heap_table_size,