global_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 `global_status` (
`VARIABLE_NAME` varchar(64) NOT NULL COMMENT 'The global status variable name.',
`VARIABLE_VALUE` varchar(1024) DEFAULT NULL COMMENT 'The global status variable value.'
)