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