1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fix of big in SELECT DISTINCT ... HAVING

Docs/manual.texi:
  Update of changelog
This commit is contained in:
unknown
2001-08-08 03:50:25 +03:00
parent a8c230adeb
commit 9d8135199d
2 changed files with 5 additions and 1 deletions

View File

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