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

#include <table_threads.h>

Public Attributes

ulonglong m_thread_internal_id
ulonglong m_processlist_id
const char * m_name
uint m_name_length
char m_username [USERNAME_LENGTH]
uint m_username_length
char m_hostname [HOSTNAME_LENGTH]
uint m_hostname_length
char m_dbname [NAME_LEN]
uint m_dbname_length
int m_command
time_t m_start_time
const char * m_processlist_state_ptr
uint m_processlist_state_length
const char * m_processlist_info_ptr
uint m_processlist_info_length
bool * m_enabled_ptr
ulonglong m_parent_thread_internal_id

Detailed Description

A row of PERFORMANCE_SCHEMA.THREADS.

Definition at line 32 of file table_threads.h.

Member Data Documentation

int row_threads::m_command

Column PROCESSLIST_COMMAND.

Definition at line 55 of file table_threads.h.

char row_threads::m_dbname[NAME_LEN]

Column PROCESSLIST_DB.

Definition at line 51 of file table_threads.h.

uint row_threads::m_dbname_length

Length in bytes of m_dbname.

Definition at line 53 of file table_threads.h.

bool* row_threads::m_enabled_ptr

Column INSTRUMENTED.

Definition at line 67 of file table_threads.h.

char row_threads::m_hostname[HOSTNAME_LENGTH]

Column PROCESSLIST_HOST.

Definition at line 47 of file table_threads.h.

uint row_threads::m_hostname_length

Length in bytes of m_hostname.

Definition at line 49 of file table_threads.h.

const char* row_threads::m_name

Column NAME.

Definition at line 39 of file table_threads.h.

uint row_threads::m_name_length

Length in bytes of m_name.

Definition at line 41 of file table_threads.h.

ulonglong row_threads::m_parent_thread_internal_id

Column PARENT_THREAD_ID.

Definition at line 69 of file table_threads.h.

ulonglong row_threads::m_processlist_id

Column PROCESSLIST_ID.

Definition at line 37 of file table_threads.h.

uint row_threads::m_processlist_info_length

Length in bytes of m_processlist_info_ptr.

Definition at line 65 of file table_threads.h.

const char* row_threads::m_processlist_info_ptr

Column PROCESSLIST_INFO.

Definition at line 63 of file table_threads.h.

uint row_threads::m_processlist_state_length

Length in bytes of m_processlist_state_ptr.

Definition at line 61 of file table_threads.h.

const char* row_threads::m_processlist_state_ptr

Column PROCESSLIST_STATE.

Definition at line 59 of file table_threads.h.

time_t row_threads::m_start_time

Column PROCESSLIST_TIME.

Definition at line 57 of file table_threads.h.

ulonglong row_threads::m_thread_internal_id

Column THREAD_ID.

Definition at line 35 of file table_threads.h.

char row_threads::m_username[USERNAME_LENGTH]

Column PROCESSLIST_USER.

Definition at line 43 of file table_threads.h.

uint row_threads::m_username_length

Length in bytes of m_username.

Definition at line 45 of file table_threads.h.


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