mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
sql_select.cc (at last) fulltext/cache bug fixed
fulltext_cache.result (at last) fulltext/cache bug fixed mysql-test/r/fulltext_cache.result: (at last) fulltext/cache bug fixed sql/sql_select.cc: (at last) fulltext/cache bug fixed
This commit is contained in:
parent
61d3edba81
commit
52ad800794
2 changed files with 3 additions and 3 deletions
|
|
@ -473,8 +473,8 @@ mysql_select(THD *thd,TABLE_LIST *tables,List<Item> &fields,COND *conds,
|
|||
(group && order) ||
|
||||
test(select_options & OPTION_BUFFER_RESULT)));
|
||||
|
||||
make_join_readinfo(&join,
|
||||
(select_options & SELECT_DESCRIBE) | SELECT_USE_CACHE);
|
||||
make_join_readinfo(&join, (select_options & SELECT_DESCRIBE) |
|
||||
(ftfuncs.elements ? 0 : SELECT_USE_CACHE)); // No cache for MATCH
|
||||
DBUG_EXECUTE("info",TEST_join(&join););
|
||||
/*
|
||||
Because filesort always does a full table scan or a quick range scan
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue