1
0
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:
monty@tik.mysql.fi
2001-08-08 03:50:25 +03:00
parent 8808b3259d
commit 2f8a49c096
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))