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:
@ -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)))
|
||||
{
|
||||
|
Reference in New Issue
Block a user