MySQL 9.0.0
Source Code Documentation

A row of PERFORMANCE_SCHEMA.SETUP_INSTRUMENTS. More...

#include <table_setup_instruments.h>

Public Attributes

PFS_instr_classm_instr_class
 Columns NAME, ENABLED, TIMED. More...
 
bool m_update_enabled
 True if column ENABLED can be updated. More...
 
bool m_update_timed
 True if column TIMED can be updated. More...
 
bool m_update_flags
 True if column FLAGS can be updated. More...
 

Detailed Description

A row of PERFORMANCE_SCHEMA.SETUP_INSTRUMENTS.

Member Data Documentation

◆ m_instr_class

PFS_instr_class* row_setup_instruments::m_instr_class

Columns NAME, ENABLED, TIMED.

◆ m_update_enabled

bool row_setup_instruments::m_update_enabled

True if column ENABLED can be updated.

◆ m_update_flags

bool row_setup_instruments::m_update_flags

True if column FLAGS can be updated.

◆ m_update_timed

bool row_setup_instruments::m_update_timed

True if column TIMED can be updated.


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