Drizzled Public API Documentation

lock_rec_struct Struct Reference

#include <lock0priv.h>

List of all members.

Public Attributes

ulint space
ulint page_no
ulint n_bits

Detailed Description

Record lock for a page

Definition at line 57 of file lock0priv.h.


Member Data Documentation

ulint lock_rec_struct::n_bits

number of bits in the lock bitmap; NOTE: the lock bitmap is placed immediately after the lock struct

Definition at line 60 of file lock0priv.h.

ulint lock_rec_struct::page_no
ulint lock_rec_struct::space

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