Fixed a gcc warning introduced by the patch for bug #48475.

This commit is contained in:
Alexey Kopytov 2009-11-12 20:11:33 +03:00
parent 39f9a3ffd0
commit fb2e17903f

View file

@ -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,