MySQL 8.3.0
Source Code Documentation
TABLE_LOCK_INFO Struct Reference

Public Attributes

my_thread_id thread_id
 
char table_name [FN_REFLEN]
 
bool waiting
 
const char * lock_text
 
enum thr_lock_type type
 

Member Data Documentation

◆ lock_text

const char* TABLE_LOCK_INFO::lock_text

◆ table_name

char TABLE_LOCK_INFO::table_name[FN_REFLEN]

◆ thread_id

my_thread_id TABLE_LOCK_INFO::thread_id

◆ type

enum thr_lock_type TABLE_LOCK_INFO::type

◆ waiting

bool TABLE_LOCK_INFO::waiting

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