summaryrefslogtreecommitdiff
path: root/include/mysql.h.pp
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2015-01-19 17:31:59 +0100
committerSergei Golubchik <sergii@pisem.net>2015-01-19 17:31:59 +0100
commit8bc712e481a18976853fa57a7be77aab6159d431 (patch)
tree5ddf1d046b91193b1dc60dae71120745bb3496d4 /include/mysql.h.pp
parent3212aaa995b9a20d4986f563bc7ebd34d5fc1477 (diff)
downloadmariadb-git-8bc712e481a18976853fa57a7be77aab6159d431.tar.gz
MDEV-6671 mysql_server_end breaks OpenSSL
Diffstat (limited to 'include/mysql.h.pp')
-rw-r--r--include/mysql.h.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql.h.pp b/include/mysql.h.pp
index c45a8d72c7c..b7b1ea2d96d 100644
--- a/include/mysql.h.pp
+++ b/include/mysql.h.pp
@@ -168,6 +168,7 @@ extern LIST *list_reverse(LIST *root);
extern void list_free(LIST *root,unsigned int free_data);
extern unsigned int list_length(LIST *);
extern int list_walk(LIST *,list_walk_action action,unsigned char * argument);
+extern unsigned int mariadb_deinitialize_ssl;
extern unsigned int mysql_port;
extern char *mysql_unix_port;
typedef struct st_mysql_field {