~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_rfirst.c

  • Committer: Monty Taylor
  • Date: 2008-11-26 20:35:59 UTC
  • mto: (612.2.17 devel)
  • mto: This revision was merged to the branch mainline in revision 629.
  • Revision ID: mordred@solanthus.local-20081126203559-6umjej0cew701ho5
Work on removing global.h from headers that should be installed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
#include "heapdef.h"
17
17
 
 
18
#include <string.h>
 
19
 
18
20
/* Read first record with the current key */
19
21
 
20
22
int heap_rfirst(HP_INFO *info, unsigned char *record, int inx)