mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge 10.10 into 10.11
This commit is contained in:
@@ -1747,6 +1747,11 @@ static void close_connections(void)
|
||||
(void) unlink(mysqld_unix_port);
|
||||
}
|
||||
}
|
||||
/*
|
||||
The following is needed to the threads stuck in
|
||||
setup_connection_thread_globals()
|
||||
to continue.
|
||||
*/
|
||||
listen_sockets.free_memory();
|
||||
mysql_mutex_unlock(&LOCK_start_thread);
|
||||
|
||||
@@ -2032,6 +2037,7 @@ static void clean_up(bool print_message)
|
||||
end_ssl();
|
||||
#ifndef EMBEDDED_LIBRARY
|
||||
vio_end();
|
||||
listen_sockets.free_memory();
|
||||
#endif /*!EMBEDDED_LIBRARY*/
|
||||
#if defined(ENABLED_DEBUG_SYNC)
|
||||
/* End the debug sync facility. See debug_sync.cc. */
|
||||
|
Reference in New Issue
Block a user