mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '11.4' into 11.5
This commit is contained in:
@@ -266,7 +266,10 @@ int update_portion_of_time(THD *thd, TABLE *table,
|
||||
res= src->save_in_field(table->field[dst_fieldno], true);
|
||||
|
||||
if (likely(!res))
|
||||
{
|
||||
table->period_prepare_autoinc();
|
||||
res= table->update_generated_fields();
|
||||
}
|
||||
|
||||
if(likely(!res))
|
||||
res= table->file->ha_update_row(table->record[1], table->record[0]);
|
||||
|
Reference in New Issue
Block a user