MySQL 9.0.0
Source Code Documentation

Row fragment for table lock statistics columns. More...

#include <table_helper.h>

Public Member Functions

void set (time_normalizer *normalizer, const PFS_table_lock_stat *stat)
 Build a row from a memory buffer. More...
 

Public Attributes

PFS_stat_row m_all
 
PFS_stat_row m_all_read
 
PFS_stat_row m_all_write
 
PFS_stat_row m_read_normal
 
PFS_stat_row m_read_with_shared_locks
 
PFS_stat_row m_read_high_priority
 
PFS_stat_row m_read_no_insert
 
PFS_stat_row m_read_external
 
PFS_stat_row m_write_allow_write
 
PFS_stat_row m_write_concurrent_insert
 
PFS_stat_row m_write_low_priority
 
PFS_stat_row m_write_normal
 
PFS_stat_row m_write_external
 

Detailed Description

Row fragment for table lock statistics columns.

Member Function Documentation

◆ set()

void PFS_table_lock_stat_row::set ( time_normalizer normalizer,
const PFS_table_lock_stat stat 
)
inline

Build a row from a memory buffer.

Member Data Documentation

◆ m_all

PFS_stat_row PFS_table_lock_stat_row::m_all

◆ m_all_read

PFS_stat_row PFS_table_lock_stat_row::m_all_read

◆ m_all_write

PFS_stat_row PFS_table_lock_stat_row::m_all_write

◆ m_read_external

PFS_stat_row PFS_table_lock_stat_row::m_read_external

◆ m_read_high_priority

PFS_stat_row PFS_table_lock_stat_row::m_read_high_priority

◆ m_read_no_insert

PFS_stat_row PFS_table_lock_stat_row::m_read_no_insert

◆ m_read_normal

PFS_stat_row PFS_table_lock_stat_row::m_read_normal

◆ m_read_with_shared_locks

PFS_stat_row PFS_table_lock_stat_row::m_read_with_shared_locks

◆ m_write_allow_write

PFS_stat_row PFS_table_lock_stat_row::m_write_allow_write

◆ m_write_concurrent_insert

PFS_stat_row PFS_table_lock_stat_row::m_write_concurrent_insert

◆ m_write_external

PFS_stat_row PFS_table_lock_stat_row::m_write_external

◆ m_write_low_priority

PFS_stat_row PFS_table_lock_stat_row::m_write_low_priority

◆ m_write_normal

PFS_stat_row PFS_table_lock_stat_row::m_write_normal

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