MySQL 9.0.0
Source Code Documentation

A row of table PERFORMANCE_SCHEMA.TABLE_HANDLES. More...

#include <table_table_handles.h>

Public Attributes

PFS_object_row m_object
 Column OBJECT_TYPE, SCHEMA_NAME, OBJECT_NAME. More...
 
const void * m_identity
 Column OBJECT_INSTANCE_BEGIN. More...
 
ulonglong m_owner_thread_id
 Column OWNER_THREAD_ID. More...
 
ulonglong m_owner_event_id
 Column OWNER_EVENT_ID. More...
 
PFS_TL_LOCK_TYPE m_internal_lock
 Column INTERNAL_LOCK. More...
 
PFS_TL_LOCK_TYPE m_external_lock
 Column EXTERNAL_LOCK. More...
 

Detailed Description

A row of table PERFORMANCE_SCHEMA.TABLE_HANDLES.

Member Data Documentation

◆ m_external_lock

PFS_TL_LOCK_TYPE row_table_handles::m_external_lock

Column EXTERNAL_LOCK.

◆ m_identity

const void* row_table_handles::m_identity

Column OBJECT_INSTANCE_BEGIN.

◆ m_internal_lock

PFS_TL_LOCK_TYPE row_table_handles::m_internal_lock

Column INTERNAL_LOCK.

◆ m_object

PFS_object_row row_table_handles::m_object

Column OBJECT_TYPE, SCHEMA_NAME, OBJECT_NAME.

◆ m_owner_event_id

ulonglong row_table_handles::m_owner_event_id

Column OWNER_EVENT_ID.

◆ m_owner_thread_id

ulonglong row_table_handles::m_owner_thread_id

Column OWNER_THREAD_ID.


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