![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
Structure for the MYSQL_AUDIT_CONNECTION_CLASS event class. More...
#include <plugin_audit.h>
Public Attributes | |
| mysql_event_connection_subclass_t | event_subclass | 
| Event subclass.  More... | |
| int | status | 
| Current status of the connection.  More... | |
| unsigned long | connection_id | 
| Connection id.  More... | |
| MYSQL_LEX_CSTRING | user | 
| User name of this connection.  More... | |
| MYSQL_LEX_CSTRING | priv_user | 
| Priv user name.  More... | |
| MYSQL_LEX_CSTRING | external_user | 
| External user name.  More... | |
| MYSQL_LEX_CSTRING | proxy_user | 
| Proxy user used for this connection.  More... | |
| MYSQL_LEX_CSTRING | host | 
| Connection host.  More... | |
| MYSQL_LEX_CSTRING | ip | 
| IP of the connection.  More... | |
| MYSQL_LEX_CSTRING | database | 
| Database name specified at connection time.  More... | |
| int | connection_type | 
| Connection type:  More... | |
Structure for the MYSQL_AUDIT_CONNECTION_CLASS event class.
| unsigned long mysql_event_connection::connection_id | 
Connection id.
| int mysql_event_connection::connection_type | 
Connection type:
| MYSQL_LEX_CSTRING mysql_event_connection::database | 
Database name specified at connection time.
| mysql_event_connection_subclass_t mysql_event_connection::event_subclass | 
Event subclass.
| MYSQL_LEX_CSTRING mysql_event_connection::external_user | 
External user name.
| MYSQL_LEX_CSTRING mysql_event_connection::host | 
Connection host.
| MYSQL_LEX_CSTRING mysql_event_connection::ip | 
IP of the connection.
| MYSQL_LEX_CSTRING mysql_event_connection::priv_user | 
Priv user name.
| MYSQL_LEX_CSTRING mysql_event_connection::proxy_user | 
Proxy user used for this connection.
| int mysql_event_connection::status | 
Current status of the connection.
| MYSQL_LEX_CSTRING mysql_event_connection::user | 
User name of this connection.