13
13
along with this program; if not, write to the Free Software
14
14
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
22
int heap_rkey(HP_INFO *info, unsigned char *record, int inx, const unsigned char *key,
18
int heap_rkey(HP_INFO *info, uchar *record, int inx, const uchar *key,
23
19
key_part_map keypart_map, enum ha_rkey_function find_flag)
26
22
HP_SHARE *share= info->s;
27
23
HP_KEYDEF *keyinfo= share->keydef + inx;
29
25
if ((uint) inx >= share->keys)
34
30
info->current_record= UINT32_MAX; /* For heap_rrnd() */