1526
1525
(char**) &opt_shutdown, (char**) &opt_shutdown, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
1527
1526
{"silent", 's', N_("Be more silent. Print results with a tab as separator, each row on new line."), 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0,
1529
{"socket", 'S', N_("Socket file to use for connection."),
1530
(char**) &opt_drizzle_unix_port, (char**) &opt_drizzle_unix_port, 0, GET_STR_ALLOC,
1531
REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
1532
1528
{"table", 't', N_("Output in table format."), (char**) &output_tables,
1533
1529
(char**) &output_tables, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},