mirror of
https://github.com/MariaDB/server.git
synced 2026-05-11 01:20:15 +02:00
I have to commit to be able to pull
include/ft_global.h: I have to checkin to be able to pull myisam/ft_boolean_search.c: I have to checkin to be able to pull myisam/ft_nlq_search.c: I have to checkin to be able to pull myisam/ftdefs.h: I have to checkin to be able to pull sql/item_func.cc: I have to checkin to be able to pull sql/item_func.h: I have to checkin to be able to pull
This commit is contained in:
parent
b09eb95869
commit
9433c5387e
6 changed files with 20 additions and 15 deletions
|
|
@ -247,7 +247,8 @@ int ft_nlq_read_next(FT_INFO *handler, char *record)
|
|||
return my_errno;
|
||||
}
|
||||
|
||||
float ft_nlq_find_relevance(FT_INFO *handler, my_off_t docid)
|
||||
float ft_nlq_find_relevance(FT_INFO *handler, my_off_t docid,
|
||||
byte *record __attribute__((unused)))
|
||||
{
|
||||
int a,b,c;
|
||||
FT_DOC *docs=handler->doc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue