MySQL 9.1.0
Source Code Documentation

A row of PERFORMANCE_SCHEMA.SETUP_LOGGERS. More...

#include <table_setup_loggers.h>

Public Attributes

PFS_logger_classm_instr_class
 
char m_logger_name [MAX_LOGGER_NAME_LEN+1]
 Column NAME. More...
 
uint m_logger_name_length
 
OTELLogLevel m_level
 Column LEVEL. More...
 
char m_description [COL_INFO_SIZE]
 Column DESCRIPTION. More...
 
uint m_description_length
 

Detailed Description

A row of PERFORMANCE_SCHEMA.SETUP_LOGGERS.

Member Data Documentation

◆ m_description

char row_setup_loggers::m_description[COL_INFO_SIZE]

Column DESCRIPTION.

◆ m_description_length

uint row_setup_loggers::m_description_length

◆ m_instr_class

PFS_logger_class* row_setup_loggers::m_instr_class

◆ m_level

OTELLogLevel row_setup_loggers::m_level

Column LEVEL.

◆ m_logger_name

char row_setup_loggers::m_logger_name[MAX_LOGGER_NAME_LEN+1]

Column NAME.

◆ m_logger_name_length

uint row_setup_loggers::m_logger_name_length

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