mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge mariadb 5.3->mariadb 5.5
This commit is contained in:
@ -922,7 +922,8 @@ retry:
|
||||
goto ok;
|
||||
}
|
||||
/* Generate values for virtual fields */
|
||||
update_virtual_fields(thd, table);
|
||||
if (table->vfield)
|
||||
update_virtual_fields(thd, table);
|
||||
if (cond && !cond->val_int())
|
||||
{
|
||||
if (thd->is_error())
|
||||
|
Reference in New Issue
Block a user