THREAD_POOL_WAITS
This page is part of MariaDB's Documentation.
The parent of this page is: Information Schema for MariaDB Enterprise Server
Topics on this page:
Overview
DETAILS
SCHEMA
CREATE TEMPORARY TABLE `THREAD_POOL_WAITS` (
`REASON` varchar(16) NOT NULL,
`COUNT` bigint(19) NOT NULL
)
Column Descriptions
Variable | Description |
REASON | Name of the reason for waiting, e.g., ROW_ |
COUNT | How often that reason caused a wait so far |