2410
2410
"(only the first max_sort_length bytes of each value are used; the "
2412
2412
(char**) &global_system_variables.max_sort_length,
2413
(char**) &max_system_variables.max_sort_length, 0, GET_UINT,
2413
(char**) &max_system_variables.max_sort_length, 0, GET_SIZE,
2414
2414
REQUIRED_ARG, 1024, 4, 8192*1024L, 0, 1, 0},
2415
2415
{"max_tmp_tables", OPT_MAX_TMP_TABLES,
2416
2416
N_("Maximum number of temporary tables a client can keep open at a time."),