THREAD_POOL_CONNECTIONS
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
In 10.6 ES:
A description for this Information-schema Table has not yet been added to this Documentation.
DETAILS
SCHEMA
CREATE TEMPORARY TABLE `THREAD_POOL_CONNECTIONS` (
`CONNECTION_ID` bigint(19) unsigned NOT NULL,
`GROUP_ID` int(6) NOT NULL
)