MySQL 8.4.0
Source Code Documentation

A row of PERFORMANCE_SCHEMA.FILE_INSTANCES. More...

#include <table_file_instances.h>

Public Attributes

PFS_file_name m_file_name
 Column FILE_NAME. More...
 
const char * m_event_name
 Column EVENT_NAME. More...
 
uint m_event_name_length
 Length in bytes of m_event_name. More...
 
uint m_open_count
 Column OPEN_COUNT. More...
 

Detailed Description

A row of PERFORMANCE_SCHEMA.FILE_INSTANCES.

Member Data Documentation

◆ m_event_name

const char* row_file_instances::m_event_name

Column EVENT_NAME.

◆ m_event_name_length

uint row_file_instances::m_event_name_length

Length in bytes of m_event_name.

◆ m_file_name

PFS_file_name row_file_instances::m_file_name

Column FILE_NAME.

◆ m_open_count

uint row_file_instances::m_open_count

Column OPEN_COUNT.


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