Merge branch '5.5' into 10.0

This commit is contained in:
Sergei Golubchik 2016-02-15 22:50:59 +01:00
commit 271fed4106
116 changed files with 2625 additions and 533 deletions

View file

@ -2394,6 +2394,10 @@ int multi_update::do_updates()
int error;
if (table->default_field && (error= table->update_default_fields()))
goto err2;
if (table->vfield &&
update_virtual_fields(thd, table,
(table->triggers ? VCOL_UPDATE_ALL : VCOL_UPDATE_FOR_WRITE)))
goto err2;
if ((error= cur_table->view_check_option(thd, ignore)) !=
VIEW_CHECK_OK)
{