The GLOBAL_STATUS and
SESSION_STATUS tables provide information about
server status variables. Their contents correspond to the
information produced by the SHOW GLOBAL STATUS
and SHOW SESSION STATUS statements (see
Section 13.5.4.26, “SHOW STATUS Syntax”).
INFORMATION_SCHEMA
Name |
SHOW Name |
Remarks |
| VARIABLE_NAME | Variable_name | |
| VARIABLE_VALUE | Value |
Notes:
The GLOBAL_STATUS and
SESSION_STATUS tables were added in MySQL
5.1.12.
The VARIABLE_VALUE column has the
BIGINT type. The few status variables that
have non-integer values are coerced to
BIGINT values.

User Comments
Add your own comment.