mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 00:24:30 +02:00
Merge branch '5.5' into 10.0
This commit is contained in:
commit
271fed4106
116 changed files with 2625 additions and 533 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue