~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/heap.h

  • Committer: Brian Aker
  • Date: 2009-10-12 06:15:02 UTC
  • mfrom: (1165.1.178 static-functions)
  • Revision ID: brian@gaz-20091012061502-cds4m0cya7ow8sj7
Merge Stewart

Show diffs side-by-side

added added

removed removed

Lines of Context:
246
246
extern int heap_rfirst(HP_INFO *info,unsigned char *record,int inx);
247
247
extern int heap_rlast(HP_INFO *info,unsigned char *record,int inx);
248
248
extern void heap_clear(HP_INFO *info);
249
 
extern void heap_clear_keys(HP_INFO *info);
250
249
extern int heap_disable_indexes(HP_INFO *info);
251
250
extern int heap_enable_indexes(HP_INFO *info);
252
251
extern int heap_indexes_are_disabled(HP_INFO *info);