mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 21:25:36 +02:00
Automerge.
This commit is contained in:
commit
b31c544eec
1 changed files with 1 additions and 1 deletions
|
|
@ -1229,7 +1229,7 @@ JOIN::optimize()
|
|||
((select_distinct || !simple_order || !simple_group) ||
|
||||
(group_list && order) ||
|
||||
test(select_options & OPTION_BUFFER_RESULT))) ||
|
||||
rollup.state != ROLLUP::STATE_NONE && select_distinct);
|
||||
(rollup.state != ROLLUP::STATE_NONE && select_distinct));
|
||||
|
||||
// No cache for MATCH
|
||||
make_join_readinfo(this,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue