fixed bug with FULLTEXT and ORDER BY

include/ft_global.h:
  fixed bug with ORDER BY
sql/ha_myisam.cc:
  fixed bug with ORDER BY
sql/item_func.cc:
  fixed bug with ORDER BY
sql/item_func.h:
  fixed bug with ORDER BY
sql/sql_select.cc:
  fixed bug with ORDER BY
This commit is contained in:
unknown 2000-11-04 15:48:06 +01:00
commit 2122fc2603
5 changed files with 34 additions and 28 deletions

View file

@ -532,7 +532,7 @@ mysql_select(THD *thd,TABLE_LIST *tables,List<Item> &fields,COND *conds,
while ((ifm=li++))
{
ifm->init_search();
ifm->init_search(test(order));
}
}
/* Create a tmp table if distinct or if the sort is too complicated */