MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
row_setup_consumers Struct Reference

#include <table_setup_consumers.h>

Collaboration diagram for row_setup_consumers:

Public Attributes

LEX_STRING m_name
bool * m_enabled_ptr
bool m_refresh

Detailed Description

A row of PERFORMANCE_SCHEMA.SETUP_CONSUMERS.

Definition at line 33 of file table_setup_consumers.h.

Member Data Documentation

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.


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