MySQL 9.1.0
Source Code Documentation
|
A row of table PERFORMANCE_SCHEMA.MUTEX_INSTANCES. More...
#include <table_sync_instances.h>
Public Attributes | |
const char * | m_name |
Column NAME. More... | |
uint | m_name_length |
Length in bytes of m_name . More... | |
const void * | m_identity |
Column OBJECT_INSTANCE_BEGIN. More... | |
bool | m_locked |
True if column LOCKED_BY_THREAD_ID is not null. More... | |
ulonglong | m_locked_by_thread_id |
Column LOCKED_BY_THREAD_ID. More... | |
A row of table PERFORMANCE_SCHEMA.MUTEX_INSTANCES.
const void* row_mutex_instances::m_identity |
Column OBJECT_INSTANCE_BEGIN.
bool row_mutex_instances::m_locked |
True if column LOCKED_BY_THREAD_ID is not null.
ulonglong row_mutex_instances::m_locked_by_thread_id |
Column LOCKED_BY_THREAD_ID.
const char* row_mutex_instances::m_name |
Column NAME.
uint row_mutex_instances::m_name_length |
Length in bytes of m_name
.