~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/my_hash.h

  • Committer: Stewart Smith
  • Date: 2011-04-20 23:33:10 UTC
  • mto: (2283.2.1 drizzle-ga)
  • mto: This revision was merged to the branch mainline in revision 2284.
  • Revision ID: stewart@flamingspork.com-20110420233310-nccg9pvmtesedvjc
unused hash_inited() macro

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
bool my_hash_insert(HASH *info,const unsigned char *data);
84
84
bool hash_delete(HASH *hash,unsigned char *record);
85
85
 
86
 
#define hash_inited(H) ((H)->array.buffer != 0)
87
 
 
88
86
} /* namespace drizzled */
89
87