| InnoDB Plugin
    1.0
    | 

| Data Fields | |
| enum hash_table_sync_t | type | 
| ibool | adaptive | 
| 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 | 
| ulint | magic_n | 
| 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
 1.8.1.2
 1.8.1.2