#include <hash0hash.h>
Collaboration diagram for hash_table_struct:

Public Attributes | |
| ibool | adaptive |
| ulint | n_cells |
| hash_cell_t * | array |
| ulint | n_mutexes |
| mutex_t * | mutexes |
| mem_heap_t ** | heaps |
| mem_heap_t * | heap |
| ulint | magic_n |
Definition at line 331 of file hash0hash.h.
Definition at line 332 of file hash0hash.h.
Referenced by ha_create(), ha_delete_hash_node(), ha_insert_for_fold(), ha_search_and_update_if_found(), and hash_create().
Definition at line 344 of file hash0hash.h.
Referenced by btr_search_check_free_space_in_heap(), ha_create(), and hash_create().
Definition at line 338 of file hash0hash.h.
Referenced by ha_delete(), ha_insert_for_fold(), ha_remove_all_nodes_to_page(), ha_search_and_update_if_found(), hash_create(), hash_create_mutexes(), hash_mutex_enter_all(), hash_mutex_exit_all(), and hash_table_free().
Definition at line 336 of file hash0hash.h.
Referenced by hash_create(), hash_create_mutexes(), hash_mutex_enter_all(), and hash_mutex_exit_all().
1.4.7

