mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
Merge
This commit is contained in:
commit
4f564a5443
17 changed files with 140 additions and 43 deletions
|
|
@ -472,7 +472,7 @@ int mysql_update(THD *thd,
|
|||
while (!(error=info.read_record(&info)) &&
|
||||
!thd->killed && !thd->is_error())
|
||||
{
|
||||
update_virtual_fields(table);
|
||||
update_virtual_fields(thd, table);
|
||||
if (!select || select->skip_record(thd) > 0)
|
||||
{
|
||||
if (table->file->was_semi_consistent_read())
|
||||
|
|
@ -580,7 +580,7 @@ int mysql_update(THD *thd,
|
|||
|
||||
while (!(error=info.read_record(&info)) && !thd->killed)
|
||||
{
|
||||
update_virtual_fields(table);
|
||||
update_virtual_fields(thd, table);
|
||||
if (!select || select->skip_record(thd) > 0)
|
||||
{
|
||||
if (table->file->was_semi_consistent_read())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue