~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/my_hash.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-01 18:51:28 UTC
  • mto: (2213.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2214.
  • Revision ID: olafvdspek@gmail.com-20110301185128-mkb43nzl619doz5x
Use push_back

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
  return nr1;
59
59
}
60
60
 
 
61
#define dynamic_element(array,array_index,type) ((type)((array)->buffer) +(array_index))
 
62
 
61
63
bool
62
64
_hash_init(HASH *hash,uint32_t growth_size, const CHARSET_INFO * const charset,
63
65
           uint32_t size, size_t key_offset, size_t key_length,