mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Fixed a bug with big result sets and UNION's
BitKeeper/etc/ignore: Added mysys/getopt.c mysys/getopt1.c to the ignore list
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user