mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.8' into 10.9
This commit is contained in:
@ -4213,6 +4213,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