diff options
author | unknown <serg@serg.mysql.com> | 2001-10-22 11:52:17 +0200 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2001-10-22 11:52:17 +0200 |
commit | 0456f70d954dfb1da5beebcc195b940c0b062050 (patch) | |
tree | 66cc19e445c245361de212b34cf8f019322e916d /include/ft_global.h | |
parent | 6ca508cb68d599d767fe8b726abbff982988d13f (diff) | |
download | mariadb-git-0456f70d954dfb1da5beebcc195b940c0b062050.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 'include/ft_global.h')
-rw-r--r-- | include/ft_global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ft_global.h b/include/ft_global.h index 8588684907d..0dbef652ce2 100644 --- a/include/ft_global.h +++ b/include/ft_global.h @@ -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); + 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 *); |