mirror of
https://github.com/MariaDB/server.git
synced 2025-11-18 07:48:43 +03:00
The problem was increment of aborted_threads variable due to thd->killed which was set when threadpool connection was terminated . The fix is not to set thd->killed anymore, there is no real reason for doing it.. Added a test that checks that status variable aborted_clients does not grow for ordinary disconnects, and that successful KILL increments this variable.
317 B
317 B