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

#include <table_session_connect.h>

Public Attributes

ulong m_process_id
char m_attr_name [MAX_ATTR_NAME_CHARS *MAX_UTF8_BYTES]
uint m_attr_name_length
char m_attr_value [MAX_ATTR_VALUE_CHARS *MAX_UTF8_BYTES]
uint m_attr_value_length
ulong m_ordinal_position

Detailed Description

A row of PERFORMANCE_SCHEMA.SESSION_CONNECT_ATTRS and PERFORMANCE_SCHEMA.SESSION_ACCOUNT_CONNECT_ATTRS.

Definition at line 39 of file table_session_connect.h.

Member Data Documentation

char row_session_connect_attrs::m_attr_name[MAX_ATTR_NAME_CHARS *MAX_UTF8_BYTES]

Column ATTR_NAME. In UTF-8

Definition at line 44 of file table_session_connect.h.

uint row_session_connect_attrs::m_attr_name_length

Length in bytes of m_attr_name.

Definition at line 46 of file table_session_connect.h.

char row_session_connect_attrs::m_attr_value[MAX_ATTR_VALUE_CHARS *MAX_UTF8_BYTES]

Column ATTR_VALUE. In UTF-8

Definition at line 48 of file table_session_connect.h.

uint row_session_connect_attrs::m_attr_value_length

Length in bytes of m_attr_name.

Definition at line 50 of file table_session_connect.h.

ulong row_session_connect_attrs::m_ordinal_position

Column ORDINAL_POSITION.

Definition at line 52 of file table_session_connect.h.

ulong row_session_connect_attrs::m_process_id

Column PROCESS_ID.

Definition at line 42 of file table_session_connect.h.


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