~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/my_hash.cc

  • Committer: Brian Aker
  • Date: 2010-03-31 19:14:14 UTC
  • Revision ID: brian@gaz-20100331191414-9yv44mmpvf0tb7l1
Updated to use show schemas specific table.

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 */