summaryrefslogtreecommitdiff
path: root/include/sslopt-longopts.h
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2002-09-18 02:21:29 +0300
committerunknown <monty@mashka.mysql.fi>2002-09-18 02:21:29 +0300
commitaef675029f198c61a1a1c46dbb68890f705d40db (patch)
treea902843afe48087da439aa3786b69dca86f00349 /include/sslopt-longopts.h
parent081023e8fd9a5ab196ca56d55ea256f33ea76f3f (diff)
downloadmariadb-git-aef675029f198c61a1a1c46dbb68890f705d40db.tar.gz
Update mysql-test results after merge
include/my_sys.h: Portability fix include/sslopt-longopts.h: Better help for --ssl mysql-test/r/binary.result: Update results after merge mysys/my_malloc.c: Portability fix sql/udf_example.cc: Use longlong instead of 'long long' to make things works on windows
Diffstat (limited to 'include/sslopt-longopts.h')
-rw-r--r--include/sslopt-longopts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sslopt-longopts.h b/include/sslopt-longopts.h
index 811fbcbbdd6..397d8baa9d6 100644
--- a/include/sslopt-longopts.h
+++ b/include/sslopt-longopts.h
@@ -17,8 +17,8 @@
#ifdef HAVE_OPENSSL
{"ssl", OPT_SSL_SSL,
- "Use SSL for connection (automatically set with other flags)",
- (gptr*) &opt_use_ssl, (gptr*) &opt_use_ssl, 0, GET_BOOL, NO_ARG, 0, 0, 0,
+ "Enable SSL for connection (automatically enabled with other flags). Disable with --skip-ssl",
+ (gptr*) &opt_use_ssl, (gptr*) &opt_use_ssl, 0, GET_BOOL, NO_ARG, 0, 0, 0,
0, 0, 0},
{"ssl-key", OPT_SSL_KEY, "X509 key in PEM format (implies --ssl)",
(gptr*) &opt_ssl_key, (gptr*) &opt_ssl_key, 0, GET_STR, REQUIRED_ARG,