1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

failing fulltext_order_by.test fixed

This commit is contained in:
serg@serg.mylan
2004-07-15 17:30:55 +02:00
parent b97ef911c5
commit 2fd11169ab
4 changed files with 3 additions and 3 deletions

View File

@ -367,6 +367,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; }