mirror of
https://github.com/MariaDB/server.git
synced 2025-07-16 00:42:55 +03:00
Merge branch '10.6' into 10.8
This commit is contained in:
@ -4212,6 +4212,7 @@ bool select_insert::store_values(List<Item> &values)
|
||||
DBUG_ENTER("select_insert::store_values");
|
||||
bool error;
|
||||
|
||||
table->reset_default_fields();
|
||||
if (fields->elements)
|
||||
error= fill_record_n_invoke_before_triggers(thd, table, *fields, values,
|
||||
true, TRG_EVENT_INSERT);
|
||||
|
Reference in New Issue
Block a user