MySQL 8.0.40
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... | |
Statement instrument information.
const char* PSI_statement_info_v1::m_documentation |
Documentation.
unsigned int PSI_statement_info_v1::m_flags |
The flags of the statement instrument to register.
PSI_statement_key PSI_statement_info_v1::m_key |
The registered statement key.
const char* PSI_statement_info_v1::m_name |
The name of the statement instrument to register.