~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/my_hash.cc

Merge Monty

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;
125
126
}
126
127
 
127
128
/* some helper functions */