MySQL 9.0.0
Source Code Documentation
lock_table_t Struct Reference

A table lock. More...

#include <lock0priv.h>

Public Member Functions

std::ostream & print (std::ostream &out) const
 Print the table lock into the given output stream. More...
 

Public Attributes

dict_table_ttable
 database table in dictionary cache More...
 
 locks
 list of locks on the same table More...
 

Detailed Description

A table lock.

Member Function Documentation

◆ print()

std::ostream & lock_table_t::print ( std::ostream &  out) const
inline

Print the table lock into the given output stream.

Parameters
[in,out]outthe output stream
Returns
the given output stream.

Member Data Documentation

◆ locks

lock_table_t::locks

list of locks on the same table

◆ table

dict_table_t* lock_table_t::table

database table in dictionary cache


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