mirror of
https://github.com/MariaDB/server.git
synced 2025-12-21 11:01:08 +03:00
PROBLEM: mysql provides a feature where in a session which is idle for a period specified by the wait_timeout variable (whose value is in seconds), the session is closed This feature is not present when we use thread pool. FIX: This patch implements the interface functions which is required to implement the wait_timeout functionality in the thread pool plugin.
149 KiB
149 KiB