|
MySQL 5.6.14 Source Code Document
|
#include <table_setup_consumers.h>

Public Attributes | |
| LEX_STRING | m_name |
| bool * | m_enabled_ptr |
| bool | m_refresh |
A row of PERFORMANCE_SCHEMA.SETUP_CONSUMERS.
Definition at line 33 of file table_setup_consumers.h.
| bool* row_setup_consumers::m_enabled_ptr |
Column ENABLED.
Definition at line 38 of file table_setup_consumers.h.
| LEX_STRING row_setup_consumers::m_name |
Column NAME.
Definition at line 36 of file table_setup_consumers.h.
| bool row_setup_consumers::m_refresh |
Hidden column, refresh.
Definition at line 40 of file table_setup_consumers.h.