~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/my_hash.cc

  • Committer: Monty Taylor
  • Date: 2010-06-16 19:53:18 UTC
  • mfrom: (1619.1.2 rollup)
  • Revision ID: mordred@inaugust.com-20100616195318-tlcz0u7gig54vjnm
Merged Brian's TableShare key usage from lp:~brianaker/drizzle/tableshare-key

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
  hash_free_elements(hash);
123
123
  hash->free= 0;
124
124
  delete_dynamic(&hash->array);
125
 
  return;
126
125
}
127
126
 
128
127
/* some helper functions */