2036
2036
(char**) &my_thread_stack_size,
2037
2037
(char**) &my_thread_stack_size, 0, GET_SIZE,
2038
2038
REQUIRED_ARG,DEFAULT_THREAD_STACK,
2039
UINT32_C(1024*128), SIZE_MAX, 0, 1024, 0},
2039
UINT32_C(1024*512), SIZE_MAX, 0, 1024, 0},
2040
2040
{"tmp_table_size", OPT_TMP_TABLE_SIZE,
2041
2041
N_("If an internal in-memory temporary table exceeds this size, Drizzle will"
2042
2042
" automatically convert it to an on-disk MyISAM table."),