MySQL 9.1.0
Source Code Documentation
|
Notify clients about changes to the current session variables. More...
Public Attributes | |
required string | param = 1 |
name of the variable More... | |
optional Mysqlx::Datatypes::Scalar | value = 2 |
the changed value of param More... | |
Notify clients about changes to the current session variables.
Every change to a variable that is accessible through:
Mysqlx::Notice::Frame Field | Value |
---|---|
.type | 2 |
.scope | local |
required string Mysqlx::Notice::SessionVariableChanged::param = 1 |
name of the variable
optional Mysqlx::Datatypes::Scalar Mysqlx::Notice::SessionVariableChanged::value = 2 |
the changed value of param