MySQL 9.1.0
Source Code Documentation
|
A row of table PERFORMANCE_SCHEMA.RWLOCK_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_write_locked |
True if column WRITE_LOCKED_BY_THREAD_ID is not null. More... | |
ulonglong | m_write_locked_by_thread_id |
Column WRITE_LOCKED_BY_THREAD_ID. More... | |
ulong | m_readers |
Column READ_LOCKED_BY_COUNT. More... | |
A row of table PERFORMANCE_SCHEMA.RWLOCK_INSTANCES.
const void* row_rwlock_instances::m_identity |
Column OBJECT_INSTANCE_BEGIN.
const char* row_rwlock_instances::m_name |
Column NAME.
uint row_rwlock_instances::m_name_length |
Length in bytes of m_name
.
ulong row_rwlock_instances::m_readers |
Column READ_LOCKED_BY_COUNT.
bool row_rwlock_instances::m_write_locked |
True if column WRITE_LOCKED_BY_THREAD_ID is not null.
ulonglong row_rwlock_instances::m_write_locked_by_thread_id |
Column WRITE_LOCKED_BY_THREAD_ID.