MySQL 9.0.0
Source Code Documentation

A row of PERFORMANCE_SCHEMA.PROCESSLIST. More...

#include <table_processlist.h>

Public Attributes

ulonglong m_processlist_id {0}
 Column ID. More...
 
PFS_user_name m_user_name
 Column USER. More...
 
char m_hostname [HOST_AND_PORT_LENGTH]
 Column HOST (and PORT). More...
 
uint m_hostname_length {0}
 Length in bytes of m_hostname. More...
 
PFS_schema_name m_db_name
 Column DB. More...
 
int m_command {0}
 Column COMMAND. More...
 
time_t m_start_time {0}
 Column TIME. More...
 
const char * m_processlist_state_ptr {nullptr}
 Column STATE. More...
 
uint m_processlist_state_length {0}
 Length in bytes of m_processlist_state_ptr. More...
 
const char * m_processlist_info_ptr {nullptr}
 Column INFO. More...
 
uint m_processlist_info_length {0}
 Length in bytes of m_processlist_info_ptr. More...
 
bool m_secondary {false}
 Column EXECUTION_ENGINE. More...
 

Detailed Description

A row of PERFORMANCE_SCHEMA.PROCESSLIST.

Member Data Documentation

◆ m_command

int row_processlist::m_command {0}

Column COMMAND.

◆ m_db_name

PFS_schema_name row_processlist::m_db_name

Column DB.

◆ m_hostname

char row_processlist::m_hostname[HOST_AND_PORT_LENGTH]

Column HOST (and PORT).

◆ m_hostname_length

uint row_processlist::m_hostname_length {0}

Length in bytes of m_hostname.

◆ m_processlist_id

ulonglong row_processlist::m_processlist_id {0}

Column ID.

◆ m_processlist_info_length

uint row_processlist::m_processlist_info_length {0}

Length in bytes of m_processlist_info_ptr.

◆ m_processlist_info_ptr

const char* row_processlist::m_processlist_info_ptr {nullptr}

Column INFO.

◆ m_processlist_state_length

uint row_processlist::m_processlist_state_length {0}

Length in bytes of m_processlist_state_ptr.

◆ m_processlist_state_ptr

const char* row_processlist::m_processlist_state_ptr {nullptr}

Column STATE.

◆ m_secondary

bool row_processlist::m_secondary {false}

Column EXECUTION_ENGINE.

◆ m_start_time

time_t row_processlist::m_start_time {0}

Column TIME.

◆ m_user_name

PFS_user_name row_processlist::m_user_name

Column USER.


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