mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
error message fixed
BitKeeper/etc/ignore: Added scripts/make_win_src_distribution to the ignore list
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user