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

#include <table_os_global_by_type.h>

Collaboration diagram for row_os_global_by_type:

Public Attributes

enum_object_type m_object_type
char m_schema_name [NAME_LEN]
uint m_schema_name_length
char m_object_name [NAME_LEN]
uint m_object_name_length
PFS_stat_row m_stat

Detailed Description

A row of table PERFORMANCE_SCHEMA.OBJECTS_SUMMARY_GLOBAL_BY_TYPE.

Definition at line 39 of file table_os_global_by_type.h.

Member Data Documentation

char row_os_global_by_type::m_object_name[NAME_LEN]

Column OBJECT_NAME.

Definition at line 48 of file table_os_global_by_type.h.

uint row_os_global_by_type::m_object_name_length

Length in bytes of m_object_name.

Definition at line 50 of file table_os_global_by_type.h.

enum_object_type row_os_global_by_type::m_object_type

Column OBJECT_TYPE.

Definition at line 42 of file table_os_global_by_type.h.

char row_os_global_by_type::m_schema_name[NAME_LEN]

Column SCHEMA_NAME.

Definition at line 44 of file table_os_global_by_type.h.

uint row_os_global_by_type::m_schema_name_length

Length in bytes of m_schema_name.

Definition at line 46 of file table_os_global_by_type.h.

PFS_stat_row row_os_global_by_type::m_stat

Columns COUNT_STAR, SUM/MIN/AVG/MAX TIMER_WAIT.

Definition at line 52 of file table_os_global_by_type.h.


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