MySQL 8.3.0
Source Code Documentation
ha_storage_node_t Struct Reference

Objects of this type are stored in ha_storage_t. More...

Public Attributes

ulint data_len
 length of the data More...
 
const void * data
 pointer to data More...
 
ha_storage_node_tnext
 next node in hash chain More...
 

Detailed Description

Objects of this type are stored in ha_storage_t.

Member Data Documentation

◆ data

const void* ha_storage_node_t::data

pointer to data

◆ data_len

ulint ha_storage_node_t::data_len

length of the data

◆ next

ha_storage_node_t* ha_storage_node_t::next

next node in hash chain


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