diff options
author | Georg Richter <georg@mariadb.com> | 2019-06-09 13:12:13 +0200 |
---|---|---|
committer | Georg Richter <georg@mariadb.com> | 2019-06-09 13:12:13 +0200 |
commit | 90a81f605ddabc91e4d526ca0572a90ae1776516 (patch) | |
tree | 19e7729ab8eaa85ebe02d90b5ef7f14b7c650b83 | |
parent | 1ac81e2fead9ed73fc54c644d20a520e2fba05ac (diff) | |
download | mariadb-git-90a81f605ddabc91e4d526ca0572a90ae1776516.tar.gz |
remove tls_version from mariabackup
-rw-r--r-- | extra/mariabackup/xtrabackup.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/mariabackup/xtrabackup.cc b/extra/mariabackup/xtrabackup.cc index a01576d3dbc..f0cd154b29e 100644 --- a/extra/mariabackup/xtrabackup.cc +++ b/extra/mariabackup/xtrabackup.cc @@ -199,7 +199,6 @@ static char* log_ignored_opt; extern my_bool opt_use_ssl; -extern const char *opt_tls_version; my_bool opt_ssl_verify_server_cert; my_bool opt_extended_validation; my_bool opt_encrypted_backup; |