1
0
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:
Oleksandr Byelkin
2023-05-04 19:43:39 +02:00
7 changed files with 118 additions and 4 deletions

View File

@ -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);