summaryrefslogtreecommitdiff
path: root/include/sslopt-longopts.h
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-08-09 16:47:16 +0300
committermonty@hundin.mysql.fi <>2002-08-09 16:47:16 +0300
commitac6e640c4dede507d9d9c8f43836785e4b47ae63 (patch)
tree9e6ce887604db3116c5f936a79eaa6915877323e /include/sslopt-longopts.h
parent7616da973d744d84d6e5abd9f4d1a8fbd2d74811 (diff)
downloadmariadb-git-ac6e640c4dede507d9d9c8f43836785e4b47ae63.tar.gz
Fix for SSL and new my_getopt
Fix for syntax error bug in SET TRANSACTION ISOLATION
Diffstat (limited to 'include/sslopt-longopts.h')
-rw-r--r--include/sslopt-longopts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sslopt-longopts.h b/include/sslopt-longopts.h
index d82c833c439..811fbcbbdd6 100644
--- a/include/sslopt-longopts.h
+++ b/include/sslopt-longopts.h
@@ -34,7 +34,7 @@
"CA directory (check OpenSSL docs, implies --ssl)",
(gptr*) &opt_ssl_capath, (gptr*) &opt_ssl_capath, 0, GET_STR, REQUIRED_ARG,
0, 0, 0, 0, 0, 0},
- {"ssl-cipher", OPT_SSL_CAPATH, "SSL cipher to use (implies --ssl)",
+ {"ssl-cipher", OPT_SSL_CIPHER, "SSL cipher to use (implies --ssl)",
(gptr*) &opt_ssl_cipher, (gptr*) &opt_ssl_cipher, 0, GET_STR, REQUIRED_ARG,
0, 0, 0, 0, 0, 0},