MySQL 9.1.0
Source Code Documentation
|
The hash table external chain node. More...
#include <ha0ha.h>
Public Attributes | |
uint64_t | hash_value |
hash value for the data More... | |
ha_node_t * | next |
next chain node or NULL if none More... | |
buf_block_t * | block |
buffer block containing the data, or NULL More... | |
const rec_t * | data |
pointer to the data More... | |
The hash table external chain node.
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
uint64_t ha_node_t::hash_value |
hash value for the data
ha_node_t* ha_node_t::next |
next chain node or NULL if none