24#ifndef SQL_SERVER_COMPONENT_DYNAMIC_LOADER_SERVICE_NOTIFICATION_IMP_H 
   25#define SQL_SERVER_COMPONENT_DYNAMIC_LOADER_SERVICE_NOTIFICATION_IMP_H 
Definition: dynamic_loader_service_notification_imp.h:30
 
static mysql_service_status_t notify(const char **services, unsigned int count) noexcept
Notify about services that are recently loaded.
Definition: dynamic_loader_service_notification_imp.cc:31
 
Definition: dynamic_loader_service_notification_imp.h:46
 
static mysql_service_status_t notify(const char **services, unsigned int count) noexcept
Notify about services that are about to be unloaded.
Definition: dynamic_loader_service_notification_imp.cc:46
 
Connection event tracking.
 
static int count
Definition: myisam_ftdump.cc:45
 
Definition: services.cc:40
 
Specifies macros to define Service Implementations.
 
#define DEFINE_BOOL_METHOD(name, args)
A short macro to define method that returns bool, which is the most common case.
Definition: service_implementation.h:88