3496
3496
N_("Allocation block size for storing ranges during optimization"),
3497
3497
(char**) &global_system_variables.range_alloc_block_size,
3498
3498
(char**) &max_system_variables.range_alloc_block_size, 0, GET_ULONG,
3499
REQUIRED_ARG, RANGE_ALLOC_BLOCK_SIZE, RANGE_ALLOC_BLOCK_SIZE, ULONG_MAX,
3499
REQUIRED_ARG, RANGE_ALLOC_BLOCK_SIZE, RANGE_ALLOC_BLOCK_SIZE, SIZE_MAX,
3501
3501
{"read_buffer_size", OPT_RECORD_BUFFER,
3502
3502
N_("Each thread that does a sequential scan allocates a buffer of this "