Commit 5a55ee39 authored by serg@serg.mysql.com's avatar serg@serg.mysql.com

error message fixed

parent b2eb6eab
......@@ -598,3 +598,4 @@ vio/test-sslserver
vio/viotest-ssl
scripts/fill_help_tables.sql
scripts/fill_help_tables
scripts/make_win_src_distribution
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment