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

#include <lock0priv.h>

Public Attributes

ulint space
ulint page_no
ulint n_bits

Detailed Description

Record lock for a page

Definition at line 52 of file lock0priv.h.

Member Data Documentation

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.


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