mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Fixed a gcc warning introduced by the patch for bug #48475.
This commit is contained in:
@@ -1229,7 +1229,7 @@ JOIN::optimize()
|
|||||||
((select_distinct || !simple_order || !simple_group) ||
|
((select_distinct || !simple_order || !simple_group) ||
|
||||||
(group_list && order) ||
|
(group_list && order) ||
|
||||||
test(select_options & OPTION_BUFFER_RESULT))) ||
|
test(select_options & OPTION_BUFFER_RESULT))) ||
|
||||||
rollup.state != ROLLUP::STATE_NONE && select_distinct);
|
(rollup.state != ROLLUP::STATE_NONE && select_distinct));
|
||||||
|
|
||||||
// No cache for MATCH
|
// No cache for MATCH
|
||||||
make_join_readinfo(this,
|
make_join_readinfo(this,
|
||||||
|
Reference in New Issue
Block a user