summaryrefslogtreecommitdiff
path: root/myisam/ft_nlq_search.c
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2001-10-22 11:52:17 +0200
committerunknown <serg@serg.mysql.com>2001-10-22 11:52:17 +0200
commit9433c5387ea9e4ccacc0b1b78b9df27622f8eaae (patch)
tree66cc19e445c245361de212b34cf8f019322e916d /myisam/ft_nlq_search.c
parentb09eb958698a8a984ea8efccec08e25238f3bf3a (diff)
downloadmariadb-git-9433c5387ea9e4ccacc0b1b78b9df27622f8eaae.tar.gz
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
Diffstat (limited to 'myisam/ft_nlq_search.c')
-rw-r--r--myisam/ft_nlq_search.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/myisam/ft_nlq_search.c b/myisam/ft_nlq_search.c
index f0f878a7f16..93c63369ecc 100644
--- a/myisam/ft_nlq_search.c
+++ b/myisam/ft_nlq_search.c
@@ -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;