mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +03:00
move thread_count handling into THD: * increment thread_count in THD constructor * decrement thread_count in THD destructor * never modify thread_count directly!