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

#include <lock0priv.h>

Collaboration diagram for lock_table_t:

Public Attributes

dict_table_ttable
 locks

Detailed Description

A table lock

Definition at line 43 of file lock0priv.h.

Member Data Documentation

lock_table_t::locks

list of locks on the same table

Definition at line 47 of file lock0priv.h.

dict_table_t* lock_table_t::table

database table in dictionary cache

Definition at line 44 of file lock0priv.h.


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