InnoDB Plugin  1.0
Data Fields
ha_node_t Struct Reference

#include <ha0ha.h>

Collaboration diagram for ha_node_t:
Collaboration graph
[legend]

Data Fields

ha_node_tnext
buf_block_tblock
const rec_t * data
ulint fold

Detailed Description

The hash table external chain node

Field Documentation

buf_block_t* ha_node_t::block

buffer block containing the data, or NULL

const rec_t* ha_node_t::data

pointer to the data

ulint ha_node_t::fold

fold value for the data

ha_node_t* ha_node_t::next

next chain node or NULL if none


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