Commit 35636c6b authored by serg@serg.mysql.com's avatar serg@serg.mysql.com

Merge work:/home/bk/mysql-4.1

into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
parents c3da09d6 5a55ee39
...@@ -489,6 +489,7 @@ scripts/fill_func_tables.sql ...@@ -489,6 +489,7 @@ scripts/fill_func_tables.sql
scripts/fill_help_tables scripts/fill_help_tables
scripts/fill_help_tables.sql scripts/fill_help_tables.sql
scripts/make_binary_distribution scripts/make_binary_distribution
scripts/make_win_src_distribution
scripts/msql2mysql scripts/msql2mysql
scripts/mysql_config scripts/mysql_config
scripts/mysql_convert_table_format scripts/mysql_convert_table_format
...@@ -601,4 +602,3 @@ vio/test-ssl ...@@ -601,4 +602,3 @@ vio/test-ssl
vio/test-sslclient vio/test-sslclient
vio/test-sslserver vio/test-sslserver
vio/viotest-ssl vio/viotest-ssl
scripts/make_win_src_distribution
...@@ -6632,7 +6632,7 @@ static int remove_dup_with_compare(THD *thd, TABLE *table, Field **first_field, ...@@ -6632,7 +6632,7 @@ static int remove_dup_with_compare(THD *thd, TABLE *table, Field **first_field,
} }
if (copy_blobs(first_field)) if (copy_blobs(first_field))
{ {
my_error(ER_OUT_OF_SORTMEMORY,MYF(0)); my_error(ER_OUTOFMEMORY,MYF(0));
error=0; error=0;
goto err; 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