~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/my_hash.h

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
/* A search iterator state */
67
67
typedef uint32_t HASH_SEARCH_STATE;
68
68
 
69
 
void
70
 
_hash_init(HASH *hash,uint32_t growth_size, const charset_info_st* const,
 
69
bool
 
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,
72
72
           hash_get_key get_key,
73
73
           hash_free_key free_element, uint32_t flags);