3342
3342
{"max_length_for_sort_data", OPT_MAX_LENGTH_FOR_SORT_DATA,
3343
3343
N_("Max number of bytes in sorted records."),
3344
3344
(char**) &global_system_variables.max_length_for_sort_data,
3345
(char**) &max_system_variables.max_length_for_sort_data, 0, GET_ULONG,
3345
(char**) &max_system_variables.max_length_for_sort_data, 0, GET_ULL,
3346
3346
REQUIRED_ARG, 1024, 4, 8192*1024L, 0, 1, 0},
3347
3347
{"max_relay_log_size", OPT_MAX_RELAY_LOG_SIZE,
3348
3348
N_("If non-zero: relay log will be rotated automatically when the size "