16 #include "heap_priv.h"
20 #include <drizzled/error_t.h>
27 int heap_rfirst(
HP_INFO *info,
unsigned char *record,
int inx)
31 if (!(info->getShare()->records))
33 errno=HA_ERR_END_OF_FILE;
37 info->current_record=0;
38 info->current_hash_ptr=0;
39 info->update=HA_STATE_PREV_FOUND;
40 return(heap_rnext(info,record));
TODO: Rename this file - func.h is stupid.