diff options
author | unknown <serg@serg.mysql.com> | 2001-10-22 11:57:48 +0200 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2001-10-22 11:57:48 +0200 |
commit | d0ea7a53c98c1d0f94154722f8504c401c3259e1 (patch) | |
tree | 8b062a08d4895622a57e2a2fa220fa1d6115b5c4 /include | |
parent | 8a015dc327bba65df40352501206e80e019e45ea (diff) | |
parent | 9433c5387ea9e4ccacc0b1b78b9df27622f8eaae (diff) | |
download | mariadb-git-d0ea7a53c98c1d0f94154722f8504c401c3259e1.tar.gz |
Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
sql/item_func.h:
Auto merged
Diffstat (limited to 'include')
-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 *); |