MySQL 9.0.0
Source Code Documentation
mysql_event_tracking_general_data Struct Reference

Structure for General event tracking. More...

#include <event_tracking_general_defs.h>

Public Attributes

mysql_event_tracking_general_subclass_t event_subclass
 Event subclass. More...
 
int error_code
 Error code if any. More...
 
mysql_connection_id connection_id
 Connection ID. More...
 
mysql_cstring_with_length user
 User name of this connection. More...
 
mysql_cstring_with_length host
 Connection host. More...
 
mysql_cstring_with_length ip
 Connection IP. More...
 

Detailed Description

Structure for General event tracking.

Member Data Documentation

◆ connection_id

mysql_connection_id mysql_event_tracking_general_data::connection_id

Connection ID.

◆ error_code

int mysql_event_tracking_general_data::error_code

Error code if any.

◆ event_subclass

mysql_event_tracking_general_subclass_t mysql_event_tracking_general_data::event_subclass

Event subclass.

◆ host

mysql_cstring_with_length mysql_event_tracking_general_data::host

Connection host.

◆ ip

mysql_cstring_with_length mysql_event_tracking_general_data::ip

Connection IP.

◆ user

mysql_cstring_with_length mysql_event_tracking_general_data::user

User name of this connection.


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