Overview
information_schema.GLOBAL_VARIABLES provides information about global variables.
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| VARIABLE_NAME | varchar(128) | NO | The name of the variable. |
| VARIABLE_VALUE | varchar(65536) | YES | The value of the variable. |