MySQL 8.3.0
Source Code Documentation
psi_memory.h File Reference

Performance schema instrumentation interface. More...

Go to the source code of this file.

Classes

struct  PSI_memory_bootstrap
 Entry point for the performance schema interface. More...
 
struct  PSI_memory_service_v2
 Performance Schema Memory Interface, version 2. More...
 

Macros

#define PSI_MEMORY_VERSION_1   1
 Performance Schema Memory Interface number for version 1. More...
 
#define PSI_MEMORY_VERSION_2   2
 Performance Schema Memory Interface number for version 2. More...
 
#define PSI_CURRENT_MEMORY_VERSION   2
 Performance Schema Memory Interface number for the most recent version. More...
 

Typedefs

typedef unsigned int PSI_memory_key
 Instrumented memory key. More...
 
typedef struct PSI_memory_bootstrap PSI_memory_bootstrap
 
typedef struct PSI_memory_service_v2 PSI_memory_service_t
 

Variables

MYSQL_PLUGIN_IMPORT PSI_memory_service_tpsi_memory_service
 

Detailed Description

Performance schema instrumentation interface.