MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hash_filo Class Reference
Collaboration diagram for hash_filo:

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_elementfirst ()
hash_filo_elementlast ()
hash_filo_elementsearch (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

Detailed Description

Definition at line 43 of file hash_filo.h.


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