InnoDB Plugin  1.0
Data Fields
hash_table_t Struct Reference
Collaboration diagram for hash_table_t:
Collaboration graph
[legend]

Data Fields

enum hash_table_sync_t type
ibool adaptive
ulint n_cells
hash_cell_tarray
ulint n_sync_obj
union {
   ib_mutex_t *   mutexes
   rw_lock_t *   rw_locks
sync_obj
mem_heap_t ** heaps
mem_heap_theap
ulint magic_n

Field Documentation

hash_cell_t* hash_table_t::array

pointer to cell array

mem_heap_t** hash_table_t::heaps

if this is non-NULL, hash chain nodes for external chaining can be allocated from these memory heaps; there are then n_mutexes many of these heaps


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