~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/my_hash.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-14 20:59:28 UTC
  • mto: (2318.6.3 refactor7)
  • mto: This revision was merged to the branch mainline in revision 2338.
  • Revision ID: olafvdspek@gmail.com-20110614205928-nfwxnx96skcvv0t9
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
 
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);