MySQL 9.1.0
Source Code Documentation
|
Service mysql_global_variable_attributes exposes the following methods to read/write attributes:
get
: get attribute value, given an attribute name and a name of global system variableset
: attach a single attribute to a global system variable, alternatively delete one or all attributes of this variableget_time
: get timestamp of the last system variable changeget_user
: get user name related to the last system variable changeService mysql_global_variable_attributes_iterator exposes the following methods to discover attached atributes using an attribute iterator
create
: create attribute iterator (on success points to 1st attribute)destroy
: destroy attribute iteratoradvance
: advance attribute iterator to point to next item (if exists)get_name
: get name of the attribute, given an iterator pointing to itget_value
: get value of the attribute, given an iterator