1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

backport Serg's fix of FT interface (BUG#6523)

This commit is contained in:
bell@sanja.is.com.ua
2004-11-16 22:58:02 +02:00
parent 27395a2fb1
commit bc5a9111d7
6 changed files with 21 additions and 3 deletions

View File

@@ -372,6 +372,7 @@ public:
virtual int read_range_next();
int compare_key(key_range *range);
virtual int ft_init() { return HA_ERR_WRONG_COMMAND; }
void ft_end() { ft_handler=NULL; }
virtual FT_INFO *ft_init_ext(uint flags,uint inx,const byte *key,
uint keylen)
{ return NULL; }