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

Added a global variable mariadb_deinitialize_ssl which controls if SSL will be deinitialized in mysql_server_end (see MDEV-6671)

This commit is contained in:
Georg Richter
2015-01-21 12:03:12 +01:00
parent c516ca70b3
commit dd353b404b
2 changed files with 36 additions and 22 deletions

View File

@@ -80,6 +80,7 @@ typedef int my_socket;
extern unsigned int mysql_port;
extern char *mysql_unix_port;
extern uint mariadb_deinitialize_ssl;
#define IS_PRI_KEY(n) ((n) & PRI_KEY_FLAG)
#define IS_NOT_NULL(n) ((n) & NOT_NULL_FLAG)