mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
boolean fulltext search without an index
This commit is contained in:
@@ -32,7 +32,7 @@ extern "C" {
|
||||
typedef struct st_ft_info FT_INFO;
|
||||
struct _ft_vft {
|
||||
int (*read_next)(FT_INFO *, char *);
|
||||
float (*find_relevance)(FT_INFO *, my_off_t, byte *);
|
||||
float (*find_relevance)(FT_INFO *, byte *, uint);
|
||||
void (*close_search)(FT_INFO *);
|
||||
float (*get_relevance)(FT_INFO *);
|
||||
void (*reinit_search)(FT_INFO *);
|
||||
|
||||
Reference in New Issue
Block a user