| MySQL 5.6.14 Source Code Document
    | 

| Public Attributes | |
| enum hash_table_sync_t | type | 
| ulint | n_cells | 
| hash_cell_t * | array | 
| ulint | n_sync_obj | 
| union { | |
| ib_mutex_t * mutexes | |
| rw_lock_t * rw_locks | |
| } | sync_obj | 
| mem_heap_t ** | heaps | 
| mem_heap_t * | heap | 
Definition at line 530 of file hash0hash.h.
| hash_cell_t* hash_table_t::array | 
pointer to cell array
Definition at line 540 of file hash0hash.h.
| 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
Definition at line 556 of file hash0hash.h.