1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-4.1

into  xiphis.org:/usr/home/antony/work2/p2-bug10109.3
This commit is contained in:
acurtis@xiphis.org
2005-08-09 16:35:51 +01:00
5 changed files with 58 additions and 15 deletions

View File

@ -2877,7 +2877,8 @@ unsent_create_error:
lex->field_list, 0,
lex->update_list, lex->value_list,
lex->duplicates)) &&
(result= new select_insert(insert_table, &lex->field_list,
(result= new select_insert(insert_table, first_local_table,
&dup_tables, &lex->field_list,
&lex->update_list, &lex->value_list,
lex->duplicates, lex->ignore)))
{