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

#include <ha0ha.h>

Collaboration diagram for ha_node_t:

Public Attributes

ha_node_tnext
const rec_t * data
ulint fold

Detailed Description

The hash table external chain node

Definition at line 224 of file ha0ha.h.

Member Data Documentation

const rec_t* ha_node_t::data

pointer to the data

Definition at line 229 of file ha0ha.h.

ulint ha_node_t::fold

fold value for the data

Definition at line 230 of file ha0ha.h.

ha_node_t* ha_node_t::next

next chain node or NULL if none

Definition at line 225 of file ha0ha.h.


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