MySQL 8.4.0
Source Code Documentation
mysql_event_tracking_global_variable_data Struct Reference

Structure for Global variable event tracking. More...

#include <event_tracking_global_variable_defs.h>

Public Attributes

mysql_event_tracking_global_variable_subclass_t event_subclass
 Event subclass. More...
 
mysql_connection_id connection_id
 Connection id. More...
 
mysql_sql_command_t sql_command
 SQL command string. More...
 
mysql_cstring_with_length variable_name
 Variable name. More...
 
mysql_cstring_with_length variable_value
 Variable value. More...
 

Detailed Description

Structure for Global variable event tracking.

Member Data Documentation

◆ connection_id

mysql_connection_id mysql_event_tracking_global_variable_data::connection_id

Connection id.

◆ event_subclass

mysql_event_tracking_global_variable_subclass_t mysql_event_tracking_global_variable_data::event_subclass

Event subclass.

◆ sql_command

mysql_sql_command_t mysql_event_tracking_global_variable_data::sql_command

SQL command string.

◆ variable_name

mysql_cstring_with_length mysql_event_tracking_global_variable_data::variable_name

Variable name.

◆ variable_value

mysql_cstring_with_length mysql_event_tracking_global_variable_data::variable_value

Variable value.


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