1
0
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:
unknown
2003-02-26 13:23:45 +01:00
parent 6f5ea70226
commit c5f5575579
2 changed files with 2 additions and 1 deletions

View File

@ -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;
}