diff options
author | Georg Richter <georg@mariadb.com> | 2019-06-10 09:15:49 +0200 |
---|---|---|
committer | Georg Richter <georg@mariadb.com> | 2019-06-10 09:15:49 +0200 |
commit | 536316f702d53f4200994d92ba067f0f7719abf4 (patch) | |
tree | 6fc161eda1797861dc9e55538d97ac95a371dc37 | |
parent | 90a81f605ddabc91e4d526ca0572a90ae1776516 (diff) | |
download | mariadb-git-bb-MDEV14101.tar.gz |
Fixed windows buildbb-MDEV14101
-rw-r--r-- | extra/mariabackup/xtrabackup.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/mariabackup/xtrabackup.cc b/extra/mariabackup/xtrabackup.cc index f0cd154b29e..51133b083e8 100644 --- a/extra/mariabackup/xtrabackup.cc +++ b/extra/mariabackup/xtrabackup.cc @@ -199,6 +199,7 @@ static char* log_ignored_opt; extern my_bool opt_use_ssl; +extern char *opt_tls_version; my_bool opt_ssl_verify_server_cert; my_bool opt_extended_validation; my_bool opt_encrypted_backup; |