mirror of
https://github.com/MariaDB/server.git
synced 2025-08-30 11:22:14 +03:00
Fix of big in SELECT DISTINCT ... HAVING
This commit is contained in:
@@ -5425,6 +5425,7 @@ static int remove_dup_with_compare(THD *thd, TABLE *table, Field **first_field,
|
||||
{
|
||||
if ((error=file->delete_row(record)))
|
||||
goto err;
|
||||
error=file->rnd_next(record);
|
||||
continue;
|
||||
}
|
||||
if (copy_blobs(first_field))
|
||||
|
Reference in New Issue
Block a user