MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
row_mutex_instances Struct Reference

#include <table_sync_instances.h>

Public Attributes

const char * m_name
uint m_name_length
const void * m_identity
bool m_locked
ulonglong m_locked_by_thread_id

Detailed Description

A row of table PERFORMANCE_SCHEMA.MUTEX_INSTANCES.

Definition at line 37 of file table_sync_instances.h.

Member Data Documentation

const void* row_mutex_instances::m_identity

Column OBJECT_INSTANCE_BEGIN.

Definition at line 44 of file table_sync_instances.h.

bool row_mutex_instances::m_locked

True if column LOCKED_BY_THREAD_ID is not null.

Definition at line 46 of file table_sync_instances.h.

ulonglong row_mutex_instances::m_locked_by_thread_id

Column LOCKED_BY_THREAD_ID.

Definition at line 48 of file table_sync_instances.h.

const char* row_mutex_instances::m_name

Column NAME.

Definition at line 40 of file table_sync_instances.h.

uint row_mutex_instances::m_name_length

Length in bytes of m_name.

Definition at line 42 of file table_sync_instances.h.


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