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