MySQL 9.0.0
Source Code Documentation

Statement instrument information. More...

#include <psi_statement_bits.h>

Public Attributes

PSI_statement_key m_key
 The registered statement key. More...
 
const char * m_name
 The name of the statement instrument to register. More...
 
unsigned int m_flags
 The flags of the statement instrument to register. More...
 
const char * m_documentation
 Documentation. More...
 

Detailed Description

Statement instrument information.

Since
PSI_STATEMENT_VERSION_1 This structure is used to register an instrumented statement.

Member Data Documentation

◆ m_documentation

const char* PSI_statement_info_v1::m_documentation

Documentation.

◆ m_flags

unsigned int PSI_statement_info_v1::m_flags

The flags of the statement instrument to register.

See also
PSI_FLAG_MUTABLE

◆ m_key

PSI_statement_key PSI_statement_info_v1::m_key

The registered statement key.

◆ m_name

const char* PSI_statement_info_v1::m_name

The name of the statement instrument to register.


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