You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Merge branch '3.0' into 3.1
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
#ifdef _WIN32
|
||||
#if !defined(HAVE_OPENSSL)
|
||||
#define HAVE_WINCRYPT
|
||||
#else
|
||||
#pragma comment(lib, "crypt32.lib")
|
||||
#pragma comment(lib, "ws2_32.lib")
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@@ -23,6 +23,9 @@
|
||||
#ifdef _WIN32
|
||||
#if !defined(HAVE_OPENSSL)
|
||||
#define HAVE_WINCRYPT
|
||||
#else
|
||||
#pragma comment(lib, "crypt32.lib")
|
||||
#pragma comment(lib, "ws2_32.lib")
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@@ -5102,6 +5102,7 @@ static int test_conc424(MYSQL *mysql)
|
||||
|
||||
} while (!rc);
|
||||
|
||||
mysql_stmt_close(stmt);
|
||||
rc= mysql_query(mysql, "DROP PROCEDURE testCursor");
|
||||
check_mysql_rc(rc, mysql);
|
||||
|
||||
|
Reference in New Issue
Block a user