66
66
/* A search iterator state */
67
67
typedef uint32_t HASH_SEARCH_STATE;
70
_hash_init(HASH *hash,uint32_t growth_size, const charset_info_st* const,
70
_hash_init(HASH *hash,uint32_t growth_size, const charset_info_st * const charset,
71
71
uint32_t size, size_t key_offset, size_t key_length,
73
73
hash_free_key free_element, uint32_t flags);