mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Remove CLIENT_SSL_VERIFY_SERVER_CERT
Since TLS server certificate verification is a client
only option, this flag is removed in both client (C/C)
and MariaDB server capability flags.
This patch reverts commit 89d759b93e
(MySQL Bug #21543) and stores the server certificate validation
option in mysql->options.extensions.
This commit is contained in:
@@ -44,6 +44,7 @@ struct st_mysql_options_extention {
|
||||
struct mysql_async_context *async_context;
|
||||
HASH connection_attributes;
|
||||
size_t connection_attributes_length;
|
||||
my_bool tls_verify_server_cert;
|
||||
};
|
||||
|
||||
typedef struct st_mysql_methods
|
||||
|
Reference in New Issue
Block a user