MySQL 8.3.0
Source Code Documentation

Row fragment for error statistics columns. More...

#include <table_helper.h>

Public Member Functions

void set (const PFS_error_single_stat *stat, uint error_index)
 Build a row from a memory buffer. More...
 
void set_field (uint index, Field *f, server_error *temp_error)
 Set a table field from the row. More...
 

Public Attributes

ulonglong m_count
 
ulonglong m_handled_count
 
uint m_error_index
 
ulonglong m_first_seen
 
ulonglong m_last_seen
 

Detailed Description

Row fragment for error statistics columns.

Member Function Documentation

◆ set()

void PFS_error_stat_row::set ( const PFS_error_single_stat stat,
uint  error_index 
)
inline

Build a row from a memory buffer.

◆ set_field()

void PFS_error_stat_row::set_field ( uint  index,
Field f,
server_error temp_error 
)

Set a table field from the row.

Member Data Documentation

◆ m_count

ulonglong PFS_error_stat_row::m_count

◆ m_error_index

uint PFS_error_stat_row::m_error_index

◆ m_first_seen

ulonglong PFS_error_stat_row::m_first_seen

◆ m_handled_count

ulonglong PFS_error_stat_row::m_handled_count

◆ m_last_seen

ulonglong PFS_error_stat_row::m_last_seen

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