MySQL 9.1.0
Source Code Documentation
|
Events for MYSQL_AUDIT_GLOBAL_VARIABLE_CLASS event class. More...
#include <plugin_audit.h>
Public Attributes | |
mysql_event_global_variable_subclass_t | event_subclass |
Event subclass. More... | |
unsigned long | connection_id |
Connection id. More... | |
enum_sql_command_t | sql_command_id |
SQL command id. More... | |
MYSQL_LEX_CSTRING | variable_name |
Variable name. More... | |
MYSQL_LEX_CSTRING | variable_value |
Variable value. More... | |
Events for MYSQL_AUDIT_GLOBAL_VARIABLE_CLASS event class.
unsigned long mysql_event_global_variable::connection_id |
Connection id.
mysql_event_global_variable_subclass_t mysql_event_global_variable::event_subclass |
Event subclass.
enum_sql_command_t mysql_event_global_variable::sql_command_id |
SQL command id.
MYSQL_LEX_CSTRING mysql_event_global_variable::variable_name |
Variable name.
MYSQL_LEX_CSTRING mysql_event_global_variable::variable_value |
Variable value.