|
MySQL 5.6.14 Source Code Document
|
#include <table_file_instances.h>
Public Attributes | |
| const char * | m_filename |
| uint | m_filename_length |
| const char * | m_event_name |
| uint | m_event_name_length |
| uint | m_open_count |
A row of PERFORMANCE_SCHEMA.FILE_INSTANCES.
Definition at line 33 of file table_file_instances.h.
| const char* row_file_instances::m_event_name |
Column EVENT_NAME.
Definition at line 40 of file table_file_instances.h.
| uint row_file_instances::m_event_name_length |
Length in bytes of m_event_name.
Definition at line 42 of file table_file_instances.h.
| const char* row_file_instances::m_filename |
Column FILE_NAME.
Definition at line 36 of file table_file_instances.h.
| uint row_file_instances::m_filename_length |
Length in bytes of m_filename.
Definition at line 38 of file table_file_instances.h.
| uint row_file_instances::m_open_count |
Column OPEN_COUNT.
Definition at line 44 of file table_file_instances.h.