mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -8869,6 +8869,8 @@ fill_record(THD *thd, TABLE *table, Field **ptr, List<Item> &values,
|
||||
if (!thd->is_error())
|
||||
{
|
||||
thd->abort_on_warning= FALSE;
|
||||
if (table->default_field && table->update_default_fields(ignore_errors))
|
||||
goto err;
|
||||
if (table->versioned())
|
||||
table->vers_update_fields();
|
||||
if (table->vfield &&
|
||||
|
Reference in New Issue
Block a user