mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-6671 mysql_server_end breaks OpenSSL
This commit is contained in:
@ -236,6 +236,8 @@ dynamic_column_exists
|
||||
dynamic_column_list
|
||||
dynamic_column_get
|
||||
dynamic_column_prepare_decimal
|
||||
#
|
||||
mariadb_deinitialize_ssl
|
||||
)
|
||||
|
||||
SET(CLIENT_API_FUNCTIONS
|
||||
|
@ -205,7 +205,8 @@ void STDCALL mysql_server_end()
|
||||
mysql_client_plugin_deinit();
|
||||
|
||||
finish_client_errs();
|
||||
vio_end();
|
||||
if (mariadb_deinitialize_ssl)
|
||||
vio_end();
|
||||
#ifdef EMBEDDED_LIBRARY
|
||||
end_embedded_server();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user