1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Manually merged

This commit is contained in:
evgen@moonbone.local
2005-10-27 17:44:28 +04:00
4 changed files with 19 additions and 1 deletions

View File

@ -689,6 +689,7 @@ JOIN::optimize()
{
order=0; // The output has only one row
simple_order=1;
select_distinct= 0; // No need in distinct for 1 row
}
calc_group_buffer(this, group_list);