mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 00:24:30 +02:00
cleanup: TABLE::update_virtual_fields
Make update_virtual_fields() a method of TABLE, to be consistent with TABLE::update_default_fields().
This commit is contained in:
parent
8b6c0542db
commit
9a3ec79b53
12 changed files with 43 additions and 48 deletions
|
|
@ -931,7 +931,7 @@ retry:
|
|||
}
|
||||
/* Generate values for virtual fields */
|
||||
if (table->vfield)
|
||||
update_virtual_fields(thd, table);
|
||||
table->update_virtual_fields(VCOL_UPDATE_FOR_READ);
|
||||
if (cond && !cond->val_int())
|
||||
{
|
||||
if (thd->is_error())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue