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