You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-05 15:55:58 +03:00
- Unittests: link static library instead of dynamic
- TLS/SSL: renamed HAVE_SSL to HAVE_TLS to avoid trouble in 10.2-integration - Fixed wrong timeout in non-blocking mode - Fixed valgrind error in prepared statement
This commit is contained in:
@@ -133,7 +133,7 @@ my_connect_async(MARIADB_PVIO *pvio,
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SSL_FIXME
|
||||
#ifdef HAVE_TLS_FIXME
|
||||
static my_bool
|
||||
my_ssl_async_check_result(int res, struct mysql_async_context *b, MARIADB_SSL *cssl)
|
||||
{
|
||||
|
Reference in New Issue
Block a user