1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

fixed bug with FULLTEXT and ORDER BY

This commit is contained in:
serg@serg.mysql.com
2000-11-04 15:48:06 +01:00
parent 5d4b91e8cf
commit f39734eb07
5 changed files with 37 additions and 31 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 */