MySQL 9.1.0
Source Code Documentation
|
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... | |
Structure for Global variable event tracking.
mysql_connection_id mysql_event_tracking_global_variable_data::connection_id |
Connection id.
mysql_event_tracking_global_variable_subclass_t mysql_event_tracking_global_variable_data::event_subclass |
Event subclass.
mysql_sql_command_t mysql_event_tracking_global_variable_data::sql_command |
SQL command string.
mysql_cstring_with_length mysql_event_tracking_global_variable_data::variable_name |
Variable name.
mysql_cstring_with_length mysql_event_tracking_global_variable_data::variable_value |
Variable value.