MySQL 8.4.0
Source Code Documentation
ha_storage_t Struct Reference

Hash storage for strings. More...

Public Attributes

mem_heap_theap
 memory heap from which memory is allocated More...
 
hash_table_thash
 hash table used to avoid duplicates More...
 

Detailed Description

Hash storage for strings.

Member Data Documentation

◆ hash

hash_table_t* ha_storage_t::hash

hash table used to avoid duplicates

◆ heap

mem_heap_t* ha_storage_t::heap

memory heap from which memory is allocated


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