~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memory/heap.h

  • Committer: Mark Atwood
  • Date: 2011-09-14 03:30:42 UTC
  • mfrom: (2409.2.6 refactor7)
  • Revision ID: me@mark.atwood.name-20110914033042-2u0s8foaigvf62g2
mergeĀ lp:~olafvdspek/drizzle/refactor7

Show diffs side-by-side

added added

removed removed

Lines of Context:
302
302
              enum drizzled::ha_rkey_function find_flag);
303
303
extern unsigned char * heap_find(HP_INFO *info,int inx,const unsigned char *key);
304
304
extern unsigned char *heap_position(HP_INFO *info);
305
 
 
306
 
/* The following is for programs that uses the old HEAP interface where
307
 
   pointer to rows where a long instead of a (unsigned char*).
308
 
*/
309
 
 
310
 
typedef unsigned char *HEAP_PTR;
311