Updated connector version
The v2.2.1 tag had a bug where the timeouts were not working.
This commit is contained in:
@ -10,7 +10,7 @@ include(ExternalProject)
|
|||||||
set(MARIADB_CONNECTOR_C_REPO "https://github.com/MariaDB/mariadb-connector-c.git"
|
set(MARIADB_CONNECTOR_C_REPO "https://github.com/MariaDB/mariadb-connector-c.git"
|
||||||
CACHE STRING "MariaDB Connector-C Git repository")
|
CACHE STRING "MariaDB Connector-C Git repository")
|
||||||
|
|
||||||
set(MARIADB_CONNECTOR_C_TAG "v2.2.1"
|
set(MARIADB_CONNECTOR_C_TAG "connector_c_2.2"
|
||||||
CACHE STRING "MariaDB Connector-C Git tag")
|
CACHE STRING "MariaDB Connector-C Git tag")
|
||||||
|
|
||||||
ExternalProject_Add(connector-c
|
ExternalProject_Add(connector-c
|
||||||
|
Reference in New Issue
Block a user