diff options
author | Georg Richter <georg@mariadb.com> | 2016-10-13 12:07:14 +0200 |
---|---|---|
committer | Georg Richter <georg@mariadb.com> | 2016-10-13 12:07:14 +0200 |
commit | 351e6c8ede92ce2c22b9e7dfe07f992d09661478 (patch) | |
tree | 99f95ff39c350cc68bdc7406a26793f6e75fcf0c /sql/sql_lex.h | |
parent | 9a0fdab9ffab032aaf70ebf1ed255480b850a462 (diff) | |
download | mariadb-git-10.2-good_bye_yassl.tar.gz |
- Replaced yassl by gnutls10.2-good_bye_yassl
TLS functionality is now handled in ma_tls_vio.c
- added new parameter ssl_passphrase for passphrase protected
keys
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 6387b6d1c2d..c5042fc5276 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -237,6 +237,7 @@ struct LEX_MASTER_INFO char *host, *user, *password, *log_file_name; char *ssl_key, *ssl_cert, *ssl_ca, *ssl_capath, *ssl_cipher; char *ssl_crl, *ssl_crlpath; + char *ssl_passphrase; char *relay_log_name; LEX_STRING connection_name; /* Value in START SLAVE UNTIL master_gtid_pos=xxx */ |