![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
A row of PERFORMANCE_SCHEMA.PROCESSLIST. More...
#include <table_processlist.h>
Public Attributes | |
| ulonglong | m_processlist_id | 
| 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 | 
Length in bytes of m_hostname.  More... | |
| PFS_schema_name | m_db_name | 
| Column DB.  More... | |
| int | m_command | 
| Column COMMAND.  More... | |
| time_t | m_start_time | 
| Column TIME.  More... | |
| const char * | m_processlist_state_ptr | 
| Column STATE.  More... | |
| uint | m_processlist_state_length | 
Length in bytes of m_processlist_state_ptr.  More... | |
| const char * | m_processlist_info_ptr | 
| Column INFO.  More... | |
| uint | m_processlist_info_length | 
Length in bytes of m_processlist_info_ptr.  More... | |
| bool | m_secondary | 
| Column EXECUTION_ENGINE.  More... | |
A row of PERFORMANCE_SCHEMA.PROCESSLIST.
| int row_processlist::m_command | 
Column COMMAND.
| PFS_schema_name row_processlist::m_db_name | 
Column DB.
| char row_processlist::m_hostname[HOST_AND_PORT_LENGTH] | 
Column HOST (and PORT).
| uint row_processlist::m_hostname_length | 
Length in bytes of m_hostname. 
| ulonglong row_processlist::m_processlist_id | 
Column ID.
| uint row_processlist::m_processlist_info_length | 
Length in bytes of m_processlist_info_ptr. 
| const char* row_processlist::m_processlist_info_ptr | 
Column INFO.
| uint row_processlist::m_processlist_state_length | 
Length in bytes of m_processlist_state_ptr. 
| const char* row_processlist::m_processlist_state_ptr | 
Column STATE.
| bool row_processlist::m_secondary | 
Column EXECUTION_ENGINE.
| time_t row_processlist::m_start_time | 
Column TIME.
| PFS_user_name row_processlist::m_user_name | 
Column USER.