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

#include <table_hosts.h>

Collaboration diagram for row_hosts:

Public Attributes

PFS_host_row m_host
PFS_connection_stat_row m_connection_stat

Detailed Description

A row of PERFORMANCE_SCHEMA.HOSTS.

Definition at line 33 of file table_hosts.h.

Member Data Documentation

PFS_connection_stat_row row_hosts::m_connection_stat

Columns CURRENT_CONNECTIONS, TOTAL_CONNECTIONS.

Definition at line 38 of file table_hosts.h.

PFS_host_row row_hosts::m_host

Column HOST.

Definition at line 36 of file table_hosts.h.


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