failing fulltext_order_by.test fixed

myisam/sort.c:
  warning fixed
sql/ha_myisam.h:
  not necessary
This commit is contained in:
unknown 2004-07-15 17:30:55 +02:00
commit b0df20349d
4 changed files with 3 additions and 3 deletions

View file

@ -81,7 +81,6 @@ class ha_myisam: public handler
int index_first(byte * buf);
int index_last(byte * buf);
int index_next_same(byte *buf, const byte *key, uint keylen);
int index_end() { ft_handler=NULL; return 0; }
int ft_init()
{
if (!ft_handler)