MySQL 8.4.1
Source Code Documentation
Mysqlx::Notice::SessionVariableChanged Struct Reference

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...
 

Detailed Description

Notify clients about changes to the current session variables.

Every change to a variable that is accessible through:

SHOW SESSION VARIABLES
Mysqlx::Notice::Frame Field Value
.type 2
.scope local

Member Data Documentation

◆ param

required string Mysqlx::Notice::SessionVariableChanged::param = 1

name of the variable

◆ value

optional Mysqlx::Datatypes::Scalar Mysqlx::Notice::SessionVariableChanged::value = 2

the changed value of param


The documentation for this struct was generated from the following file: