MySQL 9.0.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...
 

Detailed Description

A row of table PERFORMANCE_SCHEMA.MUTEX_INSTANCES.

Member Data Documentation

◆ m_identity

const void* row_mutex_instances::m_identity

Column OBJECT_INSTANCE_BEGIN.

◆ m_locked

bool row_mutex_instances::m_locked

True if column LOCKED_BY_THREAD_ID is not null.

◆ m_locked_by_thread_id

ulonglong row_mutex_instances::m_locked_by_thread_id

Column LOCKED_BY_THREAD_ID.

◆ m_name

const char* row_mutex_instances::m_name

Column NAME.

◆ m_name_length

uint row_mutex_instances::m_name_length

Length in bytes of m_name.


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