3591
3592
{"thread_stack", OPT_THREAD_STACK,
3592
3593
N_("The stack size for each thread."),
3593
3594
(char**) &my_thread_stack_size,
3594
(char**) &my_thread_stack_size, 0, GET_ULL,
3595
(char**) &my_thread_stack_size, 0, GET_ULONG,
3595
3596
REQUIRED_ARG,DEFAULT_THREAD_STACK,
3596
1024L*128L, ULONG_MAX, 0, 1024, 0},
3597
UINT32_C(1024*128), SIZE_MAX, 0, 1024, 0},
3597
3598
{ "time_format", OPT_TIME_FORMAT,
3598
3599
N_("The TIME format (for future)."),
3599
3600
(char**) &opt_date_time_formats[DRIZZLE_TIMESTAMP_TIME],