1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
This commit is contained in:
unknown
2001-11-06 19:30:19 +01:00
parent 30f8c66722
commit 74e044c0db
4 changed files with 2 additions and 13 deletions

View File

@ -35,7 +35,6 @@ struct _ft_vft {
float (*find_relevance)(FT_INFO *, my_off_t, byte *);
void (*close_search)(FT_INFO *);
float (*get_relevance)(FT_INFO *);
my_off_t (*get_docid)(FT_INFO *);
void (*reinit_search)(FT_INFO *);
};