Overview
information_schema.SESSION_VARIABLES provides information about session variables.
Field description
| Field name | 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. |