~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memory/heap.h

  • Committer: pcrews
  • Date: 2011-08-16 20:18:25 UTC
  • mfrom: (1099.4.238 drizzle)
  • Revision ID: pcrews@lucid32-20110816201825-n74up83g0xcop29c
Updated translations + 2011.08.24 release

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