24#ifndef COMPONENTS_SERVICES_MYSQL_PSI_SYSTEM_SERVICE_H
25#define COMPONENTS_SERVICES_MYSQL_PSI_SYSTEM_SERVICE_H
35#define REQUIRES_MYSQL_PSI_SYSTEM_SERVICE REQUIRES_SERVICE(mysql_psi_system_v1)
void(* mysql_unload_plugin_v1_t)(const char *plugin_name)
Definition: mysql_psi_system_service.h:29
#define END_SERVICE_DEFINITION(name)
A macro to end the last Service definition started with the BEGIN_SERVICE_DEFINITION macro.
Definition: service.h:91
#define BEGIN_SERVICE_DEFINITION(name)
Declares a new Service.
Definition: service.h:86
LEX_CSTRING * plugin_name(st_plugin_int **ref)
Definition: sql_plugin_ref.h:95