mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 04:35:32 +02:00
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:
parent
30cab56229
commit
2122fc2603
5 changed files with 34 additions and 28 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue