MySQL 8.4.0
Source Code Documentation

Stage instrument information. More...

#include <psi_stage_bits.h>

Public Attributes

PSI_stage_key m_key {0}
 The registered stage key. More...
 
const char * m_name {nullptr}
 The name of the stage instrument to register. More...
 
unsigned int m_flags {0}
 The flags of the stage instrument to register. More...
 
const char * m_documentation {nullptr}
 Documentation. More...
 

Detailed Description

Stage instrument information.

Since
PSI_STAGE_VERSION_1 This structure is used to register an instrumented stage.

Member Data Documentation

◆ m_documentation

const char* PSI_stage_info_v1::m_documentation {nullptr}

Documentation.

◆ m_flags

unsigned int PSI_stage_info_v1::m_flags {0}

The flags of the stage instrument to register.

See also
PSI_FLAG_PROGRESS

◆ m_key

PSI_stage_key PSI_stage_info_v1::m_key {0}

The registered stage key.

◆ m_name

const char* PSI_stage_info_v1::m_name {nullptr}

The name of the stage instrument to register.


The documentation for this struct was generated from the following file: