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

#include <table_setup_actors.h>

Public Attributes

char m_hostname [HOSTNAME_LENGTH]
uint m_hostname_length
char m_username [USERNAME_LENGTH]
uint m_username_length
char m_rolename [16]
uint m_rolename_length

Detailed Description

A row of PERFORMANCE_SCHEMA.SETUP_ACTORS.

Definition at line 34 of file table_setup_actors.h.

Member Data Documentation

char row_setup_actors::m_hostname[HOSTNAME_LENGTH]

Column HOST.

Definition at line 37 of file table_setup_actors.h.

uint row_setup_actors::m_hostname_length

Length in bytes of m_hostname.

Definition at line 39 of file table_setup_actors.h.

char row_setup_actors::m_rolename[16]

Column ROLE.

Definition at line 45 of file table_setup_actors.h.

uint row_setup_actors::m_rolename_length

Length in bytes of m_rolename.

Definition at line 47 of file table_setup_actors.h.

char row_setup_actors::m_username[USERNAME_LENGTH]

Column USER.

Definition at line 41 of file table_setup_actors.h.

uint row_setup_actors::m_username_length

Length in bytes of m_username.

Definition at line 43 of file table_setup_actors.h.


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