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 */
23
18
/* Read first record with the current key */
27
22
HP_SHARE *share = info->s;
28
23
HP_KEYDEF *keyinfo = share->keydef + inx;
31
26
if (keyinfo->algorithm == HA_KEY_ALG_BTREE)
40
memcpy(&pos, pos + (*keyinfo->get_key_length)(keyinfo, pos),
33
memcpy(&pos, pos + (*keyinfo->get_key_length)(keyinfo, pos),
43
36
hp_extract_record(share, record, pos);