1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

Fix for CONC-173: Fixed memory leak in mysql_real_connect

fixed warning in pthread_once
This commit is contained in:
Georg Richter
2016-04-18 09:32:25 +02:00
parent 01f18549dd
commit c70128b50c
4 changed files with 90 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ ENDIF()
SET(API_TESTS ${API_TESTS} "async")
#exclude following tests from ctests, since we need to run them maually with different credentials
SET(MANUAL_TESTS "t_aurora")
SET(MANUAL_TESTS "t_aurora" "t_conc173")
# Get finger print from server certificate
IF(WITH_SSL)
IF(OPENSSL_FOUND)