MySQL 8.3.0
Source Code Documentation
ha_node_t Struct Reference

The hash table external chain node. More...

#include <ha0ha.h>

Public Attributes

uint64_t hash_value
 hash value for the data
More...
 
ha_node_tnext
 next chain node or NULL if none More...
 
buf_block_tblock
 buffer block containing the data, or NULL More...
 
const rec_tdata
 pointer to the data More...
 

Detailed Description

The hash table external chain node.

Member Data Documentation

◆ block

buf_block_t* ha_node_t::block

buffer block containing the data, or NULL

◆ data

const rec_t* ha_node_t::data

pointer to the data

◆ hash_value

uint64_t ha_node_t::hash_value

hash value for the data

◆ next

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: