MySQL 5.6.14 Source Code Document
|
#include <lock0priv.h>
Public Attributes | |
ulint | space |
ulint | page_no |
ulint | n_bits |
Record lock for a page
Definition at line 52 of file lock0priv.h.
ulint lock_rec_t::n_bits |
number of bits in the lock bitmap; NOTE: the lock bitmap is placed immediately after the lock struct
Definition at line 55 of file lock0priv.h.
ulint lock_rec_t::page_no |
page number
Definition at line 54 of file lock0priv.h.
ulint lock_rec_t::space |
space id
Definition at line 53 of file lock0priv.h.