50
50
#define dynamic_element(array,array_index,type) ((type)((array)->buffer) +(array_index))
53
_hash_init(HASH *hash,uint32_t growth_size, const CHARSET_INFO * const charset,
53
_hash_init(HASH *hash,uint32_t growth_size, const charset_info_st * const charset,
54
54
uint32_t size, size_t key_offset, size_t key_length,
56
56
hash_free_key free_element, uint32_t flags)