MySQL 9.1.0
Source Code Documentation
|
Structure for Connection event tracking. More...
#include <event_tracking_connection_defs.h>
Public Attributes | |
mysql_event_tracking_connection_subclass_t | event_subclass |
Event subclass. More... | |
int | status |
Current status of the connection. More... | |
mysql_connection_id | connection_id |
Connection id. More... | |
mysql_cstring_with_length | user |
User name of this connection. More... | |
mysql_cstring_with_length | priv_user |
Priv user. More... | |
mysql_cstring_with_length | external_user |
External user name. More... | |
mysql_cstring_with_length | proxy_user |
Proxy user used for the connection. More... | |
mysql_cstring_with_length | host |
Connection host. More... | |
mysql_cstring_with_length | ip |
IP of the connection. More... | |
mysql_cstring_with_length | database |
Database name specified at connection time - System charset (defaults to utf8mb4) Please use s_mysql_mysql_charset to obtain charset. More... | |
int | connection_type |
Connection type: More... | |
Structure for Connection event tracking.
mysql_connection_id mysql_event_tracking_connection_data::connection_id |
Connection id.
int mysql_event_tracking_connection_data::connection_type |
Connection type:
mysql_cstring_with_length mysql_event_tracking_connection_data::database |
Database name specified at connection time - System charset (defaults to utf8mb4) Please use s_mysql_mysql_charset to obtain charset.
mysql_event_tracking_connection_subclass_t mysql_event_tracking_connection_data::event_subclass |
Event subclass.
mysql_cstring_with_length mysql_event_tracking_connection_data::external_user |
External user name.
mysql_cstring_with_length mysql_event_tracking_connection_data::host |
Connection host.
mysql_cstring_with_length mysql_event_tracking_connection_data::ip |
IP of the connection.
mysql_cstring_with_length mysql_event_tracking_connection_data::priv_user |
Priv user.
mysql_cstring_with_length mysql_event_tracking_connection_data::proxy_user |
Proxy user used for the connection.
int mysql_event_tracking_connection_data::status |
Current status of the connection.
mysql_cstring_with_length mysql_event_tracking_connection_data::user |
User name of this connection.