#include <lock0priv.h>
Public Attributes | |
ulint | space |
ulint | page_no |
ulint | n_bits |
Record lock for a page
Definition at line 57 of file lock0priv.h.
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 |
page number
Definition at line 59 of file lock0priv.h.
Referenced by lock_print_info_all_transactions(), lock_rec_get_page_no(), lock_rec_get_prev(), and lock_rec_print().
ulint lock_rec_struct::space |
space id
Definition at line 58 of file lock0priv.h.
Referenced by lock_print_info_all_transactions(), lock_rec_get_prev(), lock_rec_get_space_id(), and lock_rec_print().