1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

MDEV-6671 mysql_server_end breaks OpenSSL

This commit is contained in:
Sergei Golubchik
2015-01-19 17:31:59 +01:00
parent 3212aaa995
commit 8bc712e481
5 changed files with 7 additions and 1 deletions

View File

@@ -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 {