MySQL 8.3.0
Source Code Documentation
row_session_connect_attrs Struct Reference

A row of PERFORMANCE_SCHEMA.SESSION_CONNECT_ATTRS and PERFORMANCE_SCHEMA.SESSION_ACCOUNT_CONNECT_ATTRS. More...

#include <table_session_connect.h>

Public Attributes

ulong m_process_id
 Column PROCESS_ID. More...
 
char m_attr_name [MAX_ATTR_NAME_CHARS *MAX_UTF8MB4_BYTES]
 Column ATTR_NAME. More...
 
uint m_attr_name_length
 Length in bytes of m_attr_name. More...
 
char m_attr_value [MAX_ATTR_VALUE_CHARS *MAX_UTF8MB4_BYTES]
 Column ATTR_VALUE. More...
 
uint m_attr_value_length
 Length in bytes of m_attr_name. More...
 
ulong m_ordinal_position
 Column ORDINAL_POSITION. More...
 

Detailed Description

A row of PERFORMANCE_SCHEMA.SESSION_CONNECT_ATTRS and PERFORMANCE_SCHEMA.SESSION_ACCOUNT_CONNECT_ATTRS.

Member Data Documentation

◆ m_attr_name

char row_session_connect_attrs::m_attr_name[MAX_ATTR_NAME_CHARS *MAX_UTF8MB4_BYTES]

Column ATTR_NAME.

In UTF8MB4

◆ m_attr_name_length

uint row_session_connect_attrs::m_attr_name_length

Length in bytes of m_attr_name.

◆ m_attr_value

char row_session_connect_attrs::m_attr_value[MAX_ATTR_VALUE_CHARS *MAX_UTF8MB4_BYTES]

Column ATTR_VALUE.

In UTF8MB4

◆ m_attr_value_length

uint row_session_connect_attrs::m_attr_value_length

Length in bytes of m_attr_name.

◆ m_ordinal_position

ulong row_session_connect_attrs::m_ordinal_position

Column ORDINAL_POSITION.

◆ m_process_id

ulong row_session_connect_attrs::m_process_id

Column PROCESS_ID.


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