24#ifndef AUDIT_API_CONNECTION_IMP_H 
   25#define AUDIT_API_CONNECTION_IMP_H 
Audit API connection service implementation.
Definition: audit_api_connection_service_imp.h:35
 
static int emit(void *thd, mysql_event_connection_subclass_t type) noexcept
Definition: audit_api_connection_service_imp.cc:30
 
Audit API connection service implementation.
Definition: audit_api_connection_service_imp.h:46
 
static int emit(void *thd, mysql_event_connection_subclass_t type, int errcode) noexcept
Definition: audit_api_connection_service_imp.cc:59
 
mysql_event_connection_subclass_t
Events for MYSQL_AUDIT_CONNECTION_CLASS event class.
Definition: plugin_audit_connection_types.h:37
 
required string type
Definition: replication_group_member_actions.proto:34
 
Specifies macros to define Service Implementations.
 
#define DEFINE_METHOD(retval, name, args)
A macro to ensure method implementation has required properties, that is it does not throw exceptions...
Definition: service_implementation.h:79