mirror of
https://github.com/MariaDB/server.git
synced 2025-11-10 23:02:54 +03:00
Remove threads that are doing nothing but wait - main thread now handles the connections (if threadpool is used, also threadpool threads would wait for connections) - thread for socket and pipe connections are removed - shutdown thread is now removed, we wait for shutdown notification in main thread as well - kill_server() is also called inside the main thread, after connection loop finished.
12 KiB
12 KiB