1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixed a bug with big result sets and UNION's

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2002-05-24 15:26:47 +03:00
parent ccdff5e484
commit 329bd4fabd
4 changed files with 12 additions and 3 deletions

View File

@@ -447,6 +447,7 @@ int write_record(TABLE *table,COPY_INFO *info)
err:
if (key)
my_afree(key);
info->errorno= error;
table->file->print_error(error,MYF(0));
return 1;
}