From 38d5bc5679b1f0b0ef46b44776b9e1ee8160aee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Wed, 29 Nov 2017 22:18:20 +0200 Subject: [PATCH] MXS-1462: Update Connector-C to 2.3.4 The issues with TLS were fixed by upgrading the connector to the latest 2.3 version. --- cmake/BuildMariaDBConnector.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/BuildMariaDBConnector.cmake b/cmake/BuildMariaDBConnector.cmake index 5ec1bb873..047e01f89 100644 --- a/cmake/BuildMariaDBConnector.cmake +++ b/cmake/BuildMariaDBConnector.cmake @@ -9,7 +9,7 @@ set(MARIADB_CONNECTOR_C_REPO "https://github.com/MariaDB/mariadb-connector-c.git CACHE STRING "MariaDB Connector-C Git repository") # Release 2.3.3 (preliminary) of the Connector-C -set(MARIADB_CONNECTOR_C_TAG "v2.3.3_pre" +set(MARIADB_CONNECTOR_C_TAG "v_2.3.4" CACHE STRING "MariaDB Connector-C Git tag") ExternalProject_Add(connector-c