MySQL 8.3.0
Source Code Documentation
mysql_event_global_variable Struct Reference

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

Detailed Description

Events for MYSQL_AUDIT_GLOBAL_VARIABLE_CLASS event class.

Member Data Documentation

◆ connection_id

unsigned long mysql_event_global_variable::connection_id

Connection id.

◆ event_subclass

mysql_event_global_variable_subclass_t mysql_event_global_variable::event_subclass

Event subclass.

◆ sql_command_id

enum_sql_command_t mysql_event_global_variable::sql_command_id

SQL command id.

◆ variable_name

MYSQL_LEX_CSTRING mysql_event_global_variable::variable_name

Variable name.

◆ variable_value

MYSQL_LEX_CSTRING mysql_event_global_variable::variable_value

Variable value.


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