26
26
if (keyinfo->algorithm == HA_KEY_ALG_BTREE)
30
30
if ((pos = tree_search_edge(&keyinfo->rb_tree, info->parents,
31
31
&info->last_pos, offsetof(TREE_ELEMENT, left))))
33
33
memcpy(&pos, pos + (*keyinfo->get_key_length)(keyinfo, pos),
38
38
If we're performing index_first on a table that was taken from
39
39
table cache, info->lastkey_len is initialized to previous query.