647
650
"out what it would have done instead.",
648
651
(char**) &opt_only_print, (char**) &opt_only_print, 0, GET_BOOL, NO_ARG,
651
654
"Password to use when connecting to server. If password is not given it's "
652
655
"asked from the tty.", 0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
653
{"port", 'P', "Port number to use for connection.", (char**) &opt_drizzle_port,
654
(char**) &opt_drizzle_port, 0, GET_UINT, REQUIRED_ARG, 0, 0, 0, 0, 0,
656
{"port", 'p', "Port number to use for connection.",
657
0, 0, 0, GET_UINT, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
656
658
{"post-query", OPT_SLAP_POST_QUERY,
657
659
"Query to run or file containing query to execute after tests have completed.",
658
660
(char**) &user_supplied_post_statements,