mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
error message fixed
BitKeeper/etc/ignore: Added scripts/make_win_src_distribution to the ignore list
This commit is contained in:
@ -6632,7 +6632,7 @@ static int remove_dup_with_compare(THD *thd, TABLE *table, Field **first_field,
|
||||
}
|
||||
if (copy_blobs(first_field))
|
||||
{
|
||||
my_error(ER_OUT_OF_SORTMEMORY,MYF(0));
|
||||
my_error(ER_OUTOFMEMORY,MYF(0));
|
||||
error=0;
|
||||
goto err;
|
||||
}
|
||||
|
Reference in New Issue
Block a user