From 338c625b9a1baa5d8b74dd2a79f66d6a48f9537d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Tue, 17 Jan 2017 21:54:11 +0200 Subject: [PATCH] MXS-951: Update connector version The 2.3.2 version of the Connector/C has the fix for the missing character sets and collations. --- cmake/BuildMariaDBConnector.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/BuildMariaDBConnector.cmake b/cmake/BuildMariaDBConnector.cmake index 9707dae2c..99c571153 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.2.3 of the Connector-C -set(MARIADB_CONNECTOR_C_TAG "v2.3.0" +set(MARIADB_CONNECTOR_C_TAG "v2.3.2" CACHE STRING "MariaDB Connector-C Git tag") ExternalProject_Add(connector-c