82
82
int index_first(uchar * buf);
83
83
int index_last(uchar * buf);
84
84
int index_next_same(uchar *buf, const uchar *key, uint keylen);
94
return ft_init_search(flags,file,inx,
95
(uchar *)key->ptr(), key->length(), key->charset(),
100
86
int rnd_next(uchar *buf);
101
87
int rnd_pos(uchar * buf, uchar *pos);