mirror of
https://github.com/MariaDB/server.git
synced 2025-09-03 20:43:11 +03:00
Merge from 3.23 to get fix for GROUP BY bug
This commit is contained in:
@@ -5415,6 +5415,8 @@ end_write_group(JOIN *join, JOIN_TAB *join_tab __attribute__((unused)),
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
if (end_of_records)
|
||||||
|
DBUG_RETURN(0);
|
||||||
join->first_record=1;
|
join->first_record=1;
|
||||||
VOID(test_if_group_changed(join->group_fields));
|
VOID(test_if_group_changed(join->group_fields));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user