2752
2752
N_("The number of seconds the drizzled server is waiting for a connect "
2753
2753
"packet before responding with 'Bad handshake'."),
2754
2754
(char**) &connect_timeout, (char**) &connect_timeout,
2755
0, GET_ULL, REQUIRED_ARG, CONNECT_TIMEOUT, 2, LONG_TIMEOUT, 0, 1, 0 },
2755
0, GET_ULONG, REQUIRED_ARG, CONNECT_TIMEOUT, 2, LONG_TIMEOUT, 0, 1, 0 },
2756
2756
{ "date_format", OPT_DATE_FORMAT,
2757
2757
N_("The DATE format (For future)."),
2758
2758
(char**) &opt_date_time_formats[DRIZZLE_TIMESTAMP_DATE],