24#ifndef MYSQL_PSI_SYSTEM_H 
   25#define MYSQL_PSI_SYSTEM_H 
   50#define PSI_SYSTEM_VERSION_1 1 
   57#define PSI_CURRENT_SYSTEM_VERSION 1 
   72#ifdef HAVE_PSI_SYSTEM_INTERFACE 
void(* unload_plugin_v1_t)(const char *plugin_name)
System event - plugin unload event.
Definition: psi_system_bits.h:39
 
MYSQL_PLUGIN_IMPORT PSI_system_service_t * psi_system_service
Definition: psi_noop.cc:989
 
Some integer typedefs for easier portability.
 
Defines various enable/disable and HAVE_ macros related to the performance schema instrumentation sys...
 
Functions related to handling of plugins and other dynamically loaded libraries.
 
#define MYSQL_PLUGIN_IMPORT
Definition: my_sharedlib.h:71
 
Performance schema instrumentation interface.
 
required uint64 version
Definition: replication_group_member_actions.proto:41
 
Entry point for the performance schema interface.
Definition: psi_system.h:60
 
Performance Schema System Interface, version 1.
Definition: psi_system.h:78
 
unload_plugin_v1_t unload_plugin
Definition: psi_system.h:80