mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Fix for SSL and new my_getopt
Fix for syntax error bug in SET TRANSACTION ISOLATION
This commit is contained in:
parent
7616da973d
commit
ac6e640c4d
16 changed files with 141 additions and 122 deletions
|
|
@ -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},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue