MySQL 9.1.0
Source Code Documentation
|
#include <psi_statement_bits.h>
Public Attributes | |
unsigned int | m_flags |
Internal state. More... | |
struct PSI_thread * | m_thread |
Current thread. More... | |
unsigned long long | m_timer_start |
Timer start. More... | |
unsigned long long(* | m_timer )(void) |
Timer function. More... | |
PSI_sp_share * | m_sp_share |
Stored Procedure share. More... | |
unsigned int PSI_sp_locker_state_v1::m_flags |
Internal state.
PSI_sp_share* PSI_sp_locker_state_v1::m_sp_share |
Stored Procedure share.
struct PSI_thread* PSI_sp_locker_state_v1::m_thread |
Current thread.
unsigned long long(* PSI_sp_locker_state_v1::m_timer) (void) |
Timer function.
unsigned long long PSI_sp_locker_state_v1::m_timer_start |
Timer start.