24#ifndef MYSQL_PSI_ERROR_H 
   25#define MYSQL_PSI_ERROR_H 
   49#define PSI_ERROR_VERSION_1 1 
   56#define PSI_CURRENT_ERROR_VERSION 1 
   72#ifdef HAVE_PSI_ERROR_INTERFACE 
MYSQL_PLUGIN_IMPORT PSI_error_service_t * psi_error_service
Definition: psi_noop.cc:830
 
void(* log_error_v1_t)(unsigned int error_num, PSI_error_operation error_operation)
Log the error seen in Performance Schema buffers.
Definition: psi_error_bits.h:47
 
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_error.h:59
 
Performance Schema Error Interface, version 1.
Definition: psi_error.h:78
 
log_error_v1_t log_error
Definition: psi_error.h:80