MySQL 8.4.0
Source Code Documentation
MYSQL_LOCK Struct Reference

#include <lock.h>

Public Attributes

TABLE ** table
 
uint table_count
 
uint lock_count
 
THR_LOCK_DATA ** locks
 

Member Data Documentation

◆ lock_count

uint MYSQL_LOCK::lock_count

◆ locks

THR_LOCK_DATA** MYSQL_LOCK::locks

◆ table

TABLE** MYSQL_LOCK::table

◆ table_count

uint MYSQL_LOCK::table_count

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