Use preliminary 2.3.3 release of Connector/C
The new version has fixed a bug which MaxScale depends on.
This commit is contained in:
parent
fdee329198
commit
443af1aee3
@ -10,8 +10,8 @@ include(ExternalProject)
|
||||
set(MARIADB_CONNECTOR_C_REPO "https://github.com/MariaDB/mariadb-connector-c.git"
|
||||
CACHE STRING "MariaDB Connector-C Git repository")
|
||||
|
||||
# Release 2.3.2 of the Connector-C
|
||||
set(MARIADB_CONNECTOR_C_TAG "v2.3.2"
|
||||
# Release 2.3.3 (preliminary) of the Connector-C
|
||||
set(MARIADB_CONNECTOR_C_TAG "v2.3.3_pre"
|
||||
CACHE STRING "MariaDB Connector-C Git tag")
|
||||
|
||||
ExternalProject_Add(connector-c
|
||||
|
Loading…
x
Reference in New Issue
Block a user