mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Merge from 3.23 to get fix for GROUP BY bug
sql/sql_select.cc: Auto merged innobase/row/row0mysql.c: merge (user 4.1 version)
This commit is contained in:
commit
34d29fca2d
1 changed files with 2 additions and 0 deletions
|
@ -5415,6 +5415,8 @@ end_write_group(JOIN *join, JOIN_TAB *join_tab __attribute__((unused)),
|
|||
}
|
||||
else
|
||||
{
|
||||
if (end_of_records)
|
||||
DBUG_RETURN(0);
|
||||
join->first_record=1;
|
||||
VOID(test_if_group_changed(join->group_fields));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue