|
MySQL 5.6.14 Source Code Document
|

Public Member Functions | |
| hash_filo (uint size, uint key_offset_arg, uint key_length_arg, my_hash_get_key get_key_arg, my_hash_free_key free_element_arg, CHARSET_INFO *hash_charset_arg) | |
| void | clear (bool locked=0) |
| hash_filo_element * | first () |
| hash_filo_element * | last () |
| hash_filo_element * | search (uchar *key, size_t length) |
| my_bool | add (hash_filo_element *entry) |
| uint | size () |
| void | resize (uint new_size) |
Public Attributes | |
| mysql_mutex_t | lock |
| HASH | cache |
Definition at line 43 of file hash_filo.h.