23#ifndef MYSQL_PSI_ERROR_H
24#define MYSQL_PSI_ERROR_H
48#define PSI_ERROR_VERSION_1 1
55#define PSI_CURRENT_ERROR_VERSION 1
71#ifdef HAVE_PSI_ERROR_INTERFACE
MYSQL_PLUGIN_IMPORT PSI_error_service_t * psi_error_service
Definition: psi_noop.cc:913
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:46
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_error.h:58
Performance Schema Error Interface, version 1.
Definition: psi_error.h:77
log_error_v1_t log_error
Definition: psi_error.h:79