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

#include <log0recv.h>

Public Attributes

enum recv_addr_state state
unsigned space:32
unsigned page_no:32
 rec_list
hash_node_t addr_hash

Detailed Description

Hashed page file address struct

Definition at line 360 of file log0recv.h.

Member Data Documentation

hash_node_t recv_addr_t::addr_hash

hash node in the hash bucket chain

Definition at line 367 of file log0recv.h.

unsigned recv_addr_t::page_no

page number

Definition at line 364 of file log0recv.h.

recv_addr_t::rec_list

list of log records for this page

Definition at line 366 of file log0recv.h.

unsigned recv_addr_t::space

space id

Definition at line 363 of file log0recv.h.

enum recv_addr_state recv_addr_t::state

recovery state of the page

Definition at line 361 of file log0recv.h.


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