MySQL 8.0.40
Source Code Documentation
|
Statistics for all server errors. More...
#include <pfs_stat.h>
Public Member Functions | |
PFS_error_stat () | |
const PFS_error_single_stat * | get_stat (uint error_index) const |
ulonglong | count () const |
ulonglong | count (uint error_index) const |
void | init (PFS_builtin_memory_class *memory_class, size_t max_errors) |
void | cleanup (PFS_builtin_memory_class *memory_class) |
void | reset () |
void | aggregate_count (int error_index, int error_operation) |
void | aggregate (const PFS_error_single_stat *stat, uint error_index) |
void | aggregate (const PFS_error_stat *stat) |
Public Attributes | |
size_t | m_max_errors |
The number of errors, including +1 for the NULL row. More... | |
PFS_error_single_stat * | m_stat |
Statistics for all server errors.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
size_t PFS_error_stat::m_max_errors |
The number of errors, including +1 for the NULL row.
PFS_error_single_stat* PFS_error_stat::m_stat |