23#ifndef MYSQL_PSI_SYSTEM_H
24#define MYSQL_PSI_SYSTEM_H
49#define PSI_SYSTEM_VERSION_1 1
56#define PSI_CURRENT_SYSTEM_VERSION 1
71#ifdef HAVE_PSI_SYSTEM_INTERFACE
void(* unload_plugin_v1_t)(const char *plugin_name)
System event - plugin unload event.
Definition: psi_system_bits.h:38
MYSQL_PLUGIN_IMPORT PSI_system_service_t * psi_system_service
Definition: psi_noop.cc:987
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:70
Performance schema instrumentation interface.
required uint64 version
Definition: replication_group_member_actions.proto:40
Entry point for the performance schema interface.
Definition: psi_system.h:59
Performance Schema System Interface, version 1.
Definition: psi_system.h:77
unload_plugin_v1_t unload_plugin
Definition: psi_system.h:79