MySQL 9.1.0
Source Code Documentation
|
A service to generate Audit API events of the connection class (MYSQL_AUDIT_CONNECTION_CLASS). More...
#include <audit_api_connection_service.h>
Public Attributes | |
int(* | emit )(void *thd, mysql_event_connection_subclass_t type) |
Method that emits event of the MYSQL_AUDIT_CONNECTION_CLASS class and the specified type. More... | |
A service to generate Audit API events of the connection class (MYSQL_AUDIT_CONNECTION_CLASS).
The emit method generates the event in the synchronous way, causing all subscribers to receive it.
int(* s_mysql_mysql_audit_api_connection::emit) (void *thd, mysql_event_connection_subclass_t type) |
Method that emits event of the MYSQL_AUDIT_CONNECTION_CLASS class and the specified type.
thd | Session THD that generates connection event. |
type | Connection event type. |