session_status
This page is part of MariaDB's Documentation.
The parent of this page is: Performance Schema for MariaDB Enterprise Server
Topics on this page:
Overview
DETAILS
SCHEMA
CREATE TABLE `session_status` (
`VARIABLE_NAME` varchar(64) NOT NULL COMMENT 'The session status variable name.',
`VARIABLE_VALUE` varchar(1024) DEFAULT NULL COMMENT 'The session status variable value.'
)