mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 11:15:33 +02:00
Moving LP BUG#794005 to 5.3 + fixing INSERT of multi-table view.
This commit is contained in:
parent
046988661d
commit
79a04a2c9c
12 changed files with 183 additions and 22 deletions
|
|
@ -483,7 +483,7 @@ bool mysql_derived_merge_for_insert(THD *thd, LEX *lex, TABLE_LIST *derived)
|
|||
return mysql_derived_prepare(thd, lex, derived);
|
||||
if (!derived->is_multitable())
|
||||
{
|
||||
if (!derived->updatable)
|
||||
if (!derived->single_table_updatable())
|
||||
return derived->create_field_translation(thd);
|
||||
if (derived->merge_underlying_list)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue