diff options
author | Jim Winstead <jimw@mysql.com> | 2009-04-28 11:26:31 -0700 |
---|---|---|
committer | Jim Winstead <jimw@mysql.com> | 2009-04-28 11:26:31 -0700 |
commit | d0f3b20df3a8fd59c5fc6eef6ae570d99f45c8ae (patch) | |
tree | ad81d1ab3b68ed91a43b16ba279e0be93af5db6a /client/mysqltest.cc | |
parent | af8be9cc0053a429ad2aa45878d0b2887f1095aa (diff) | |
download | mariadb-git-d0f3b20df3a8fd59c5fc6eef6ae570d99f45c8ae.tar.gz |
Make SSL options appear in correct place in mysql_upgrade and mysqltest
usage information. (Bug #31883)
Diffstat (limited to 'client/mysqltest.cc')
-rw-r--r-- | client/mysqltest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqltest.cc b/client/mysqltest.cc index fdd4ff141bc..fb6baa744b2 100644 --- a/client/mysqltest.cc +++ b/client/mysqltest.cc @@ -5665,11 +5665,11 @@ static struct my_option my_long_options[] = {"sp-protocol", OPT_SP_PROTOCOL, "Use stored procedures for select", (uchar**) &sp_protocol, (uchar**) &sp_protocol, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, +#include "sslopt-longopts.h" {"tail-lines", OPT_TAIL_LINES, "Number of lines of the resul to include in a failure report", (uchar**) &opt_tail_lines, (uchar**) &opt_tail_lines, 0, GET_INT, REQUIRED_ARG, 0, 0, 10000, 0, 0, 0}, -#include "sslopt-longopts.h" {"test-file", 'x', "Read test from/in this file (default stdin).", 0, 0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"timer-file", 'm', "File where the timing in micro seconds is stored.", |