~stewart/drizzle/seapitester-improve

« back to all changes in this revision

Viewing changes to drizzled/my_hash.h

  • Committer: Mark Atwood
  • Date: 2011-06-16 15:05:43 UTC
  • mfrom: (2318.4.15 refactor10)
  • Revision ID: me@mark.atwood.name-20110616150543-ydrgmzb685nzcjr9
mergeĀ lp:~olafvdspek/drizzle/refactor10

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
 
bool
70
 
_hash_init(HASH *hash,uint32_t growth_size, const charset_info_st * const charset,
 
69
void
 
70
_hash_init(HASH *hash,uint32_t growth_size, const charset_info_st* const,
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);