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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user